Database Migration v1 API - Class SqlAclEntry (2.4.0)

public sealed class SqlAclEntry : IMessage<SqlAclEntry>, IEquatable<SqlAclEntry>, IDeepCloneable<SqlAclEntry>, IBufferMessage, IMessage

Reference documentation and code samples for the Database Migration v1 API class SqlAclEntry.

An entry for an Access Control list.

Inheritance

object > SqlAclEntry

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

SqlAclEntry()

public SqlAclEntry()

SqlAclEntry(SqlAclEntry)

public SqlAclEntry(SqlAclEntry other)
Parameter
NameDescription
otherSqlAclEntry

Properties

ExpirationCase

public SqlAclEntry.ExpirationOneofCase ExpirationCase { get; }
Property Value
TypeDescription
SqlAclEntryExpirationOneofCase

ExpireTime

public Timestamp ExpireTime { get; set; }

The time when this access control entry expires in RFC 3339 format, for example: 2012-11-15T16:19:00.094Z.

Property Value
TypeDescription
Timestamp

Label

public string Label { get; set; }

A label to identify this entry.

Property Value
TypeDescription
string

Ttl

public Duration Ttl { get; set; }

Input only. The time-to-leave of this access control entry.

Property Value
TypeDescription
Duration

Value

public string Value { get; set; }

The allowlisted value for the access control list.

Property Value
TypeDescription
string