Class: Google::Cloud::EdgeNetwork::V1::Zone
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeNetwork::V1::Zone
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgenetwork/v1/resources.rb
Overview
A Google Edge Cloud zone.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#layout_name ⇒ ::String
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#name ⇒ ::String
Required.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the zone was created.
44 45 46 47 48 49 50 51 52 53 54 55 56 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 44 class Zone include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Deprecated.
This field is deprecated and may be removed in the next major version update.
Returns Deprecated: not implemented. Labels as key value pairs.
44 45 46 47 48 49 50 51 52 53 54 55 56 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 44 class Zone include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#layout_name ⇒ ::String
Deprecated.
This field is deprecated and may be removed in the next major version update.
Returns Deprecated: not implemented. The deployment layout type.
44 45 46 47 48 49 50 51 52 53 54 55 56 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 44 class Zone include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
Returns Required. The resource name of the zone.
44 45 46 47 48 49 50 51 52 53 54 55 56 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 44 class Zone include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the zone was last updated.
44 45 46 47 48 49 50 51 52 53 54 55 56 |
# File 'proto_docs/google/cloud/edgenetwork/v1/resources.rb', line 44 class Zone include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |