Cloud Database Migration Service V1 API - Class Google::Cloud::CloudDMS::V1::SqlAclEntry (v1.2.0)

Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::SqlAclEntry.

An entry for an Access Control list.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#expire_time

def expire_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — The time when this access control entry expires in RFC 3339 format, for example: 2012-11-15T16:19:00.094Z.

    Note: The following fields are mutually exclusive: expire_time, ttl. If a field in that set is populated, all other fields in the set will automatically be cleared.

#expire_time=

def expire_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::Google::Protobuf::Timestamp) — The time when this access control entry expires in RFC 3339 format, for example: 2012-11-15T16:19:00.094Z.

    Note: The following fields are mutually exclusive: expire_time, ttl. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Protobuf::Timestamp) — The time when this access control entry expires in RFC 3339 format, for example: 2012-11-15T16:19:00.094Z.

    Note: The following fields are mutually exclusive: expire_time, ttl. If a field in that set is populated, all other fields in the set will automatically be cleared.

#label

def label() -> ::String
Returns
  • (::String) — A label to identify this entry.

#label=

def label=(value) -> ::String
Parameter
  • value (::String) — A label to identify this entry.
Returns
  • (::String) — A label to identify this entry.

#ttl

def ttl() -> ::Google::Protobuf::Duration
Returns
  • (::Google::Protobuf::Duration) — Input only. The time-to-leave of this access control entry.

    Note: The following fields are mutually exclusive: ttl, expire_time. If a field in that set is populated, all other fields in the set will automatically be cleared.

#ttl=

def ttl=(value) -> ::Google::Protobuf::Duration
Parameter
  • value (::Google::Protobuf::Duration) — Input only. The time-to-leave of this access control entry.

    Note: The following fields are mutually exclusive: ttl, expire_time. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Protobuf::Duration) — Input only. The time-to-leave of this access control entry.

    Note: The following fields are mutually exclusive: ttl, expire_time. If a field in that set is populated, all other fields in the set will automatically be cleared.

#value

def value() -> ::String
Returns
  • (::String) — The allowlisted value for the access control list.

#value=

def value=(value) -> ::String
Parameter
  • value (::String) — The allowlisted value for the access control list.
Returns
  • (::String) — The allowlisted value for the access control list.