Class: Google::Cloud::EdgeNetwork::V1::InitializeZoneRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/edgenetwork/v1/service.rb

Overview

Message for initializing a specified zone

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the zone resource.

Returns:

  • (::String)

    Required. The name of the zone resource.



717
718
719
720
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 717

class InitializeZoneRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end