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
.
#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
.
Returns
-
(::Google::Protobuf::Timestamp) — The time when this access control entry expires in
RFC 3339 format, for example:
2012-11-15T16:19:00.094Z
.
#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.
#ttl=
def ttl=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::Google::Protobuf::Duration) — Input only. The time-to-leave of this access control entry.
Returns
- (::Google::Protobuf::Duration) — Input only. The time-to-leave of this access control entry.
#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.