Class: Google::Cloud::CloudDMS::V1::SqlAclEntry
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::SqlAclEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb
Overview
An entry for an Access Control list.
Instance Attribute Summary collapse
-
#expire_time ⇒ ::Google::Protobuf::Timestamp
The time when this access control entry expires in RFC 3339 format, for example:
2012-11-15T16:19:00.094Z
. -
#label ⇒ ::String
A label to identify this entry.
-
#ttl ⇒ ::Google::Protobuf::Duration
Input only.
-
#value ⇒ ::String
The allowlisted value for the access control list.
Instance Attribute Details
#expire_time ⇒ ::Google::Protobuf::Timestamp
Returns The time when this access control entry expires in
RFC 3339 format, for example:
2012-11-15T16:19:00.094Z
.
238 239 240 241 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 238 class SqlAclEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#label ⇒ ::String
Returns A label to identify this entry.
238 239 240 241 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 238 class SqlAclEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ttl ⇒ ::Google::Protobuf::Duration
Returns Input only. The time-to-leave of this access control entry.
238 239 240 241 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 238 class SqlAclEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
Returns The allowlisted value for the access control list.
238 239 240 241 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 238 class SqlAclEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |