Class: Google::Cloud::NetworkServices::V1::CreateMeshRequest

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

Overview

Request used by the CreateMesh method.

Instance Attribute Summary collapse

Instance Attribute Details

#mesh::Google::Cloud::NetworkServices::V1::Mesh

Returns Required. Mesh resource to be created.

Returns:



122
123
124
125
# File 'proto_docs/google/cloud/networkservices/v1/mesh.rb', line 122

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

#mesh_id::String

Returns Required. Short name of the Mesh resource to be created.

Returns:

  • (::String)

    Required. Short name of the Mesh resource to be created.



122
123
124
125
# File 'proto_docs/google/cloud/networkservices/v1/mesh.rb', line 122

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

#parent::String

Returns Required. The parent resource of the Mesh. Must be in the format projects/*/locations/global.

Returns:

  • (::String)

    Required. The parent resource of the Mesh. Must be in the format projects/*/locations/global.



122
123
124
125
# File 'proto_docs/google/cloud/networkservices/v1/mesh.rb', line 122

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