Reference documentation and code samples for the Network Services V1 API class Google::Cloud::NetworkServices::V1::CreateMeshRequest.
Request used by the CreateMesh method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#mesh
def mesh() -> ::Google::Cloud::NetworkServices::V1::Mesh
Returns
- (::Google::Cloud::NetworkServices::V1::Mesh) — Required. Mesh resource to be created.
#mesh=
def mesh=(value) -> ::Google::Cloud::NetworkServices::V1::Mesh
Parameter
- value (::Google::Cloud::NetworkServices::V1::Mesh) — Required. Mesh resource to be created.
Returns
- (::Google::Cloud::NetworkServices::V1::Mesh) — Required. Mesh resource to be created.
#mesh_id
def mesh_id() -> ::String
Returns
- (::String) — Required. Short name of the Mesh resource to be created.
#mesh_id=
def mesh_id=(value) -> ::String
Parameter
- value (::String) — Required. Short name of the Mesh resource to be created.
Returns
- (::String) — Required. Short name of the Mesh resource to be created.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent resource of the Mesh. Must be in the
format
projects/*/locations/global
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — 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
.