Class: Google::Cloud::EdgeNetwork::V1::Zone

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time when the zone was created.

Returns:



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.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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