Cloud Database Migration Service V1 API - Class Google::Cloud::CloudDMS::V1::SqlAclEntry (v0.8.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

#expire_time=

def expire_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#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

#ttl=

def ttl=(value) -> ::Google::Protobuf::Duration
Parameter
Returns

#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.