Network Security V1 API - Class Google::Cloud::NetworkSecurity::V1::CreateMirroringDeploymentGroupRequest (v0.1.0)

Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::CreateMirroringDeploymentGroupRequest.

Request message for CreateMirroringDeploymentGroup.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#mirroring_deployment_group

def mirroring_deployment_group() -> ::Google::Cloud::NetworkSecurity::V1::MirroringDeploymentGroup
Returns

#mirroring_deployment_group=

def mirroring_deployment_group=(value) -> ::Google::Cloud::NetworkSecurity::V1::MirroringDeploymentGroup
Parameter
Returns

#mirroring_deployment_group_id

def mirroring_deployment_group_id() -> ::String
Returns
  • (::String) — Required. The ID to use for the new deployment group, which will become the final component of the deployment group's resource name.

#mirroring_deployment_group_id=

def mirroring_deployment_group_id=(value) -> ::String
Parameter
  • value (::String) — Required. The ID to use for the new deployment group, which will become the final component of the deployment group's resource name.
Returns
  • (::String) — Required. The ID to use for the new deployment group, which will become the final component of the deployment group's resource name.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource where this deployment group will be created. Format: projects/{project}/locations/{location}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource where this deployment group will be created. Format: projects/{project}/locations/{location}
Returns
  • (::String) — Required. The parent resource where this deployment group will be created. Format: projects/{project}/locations/{location}

#request_id

def request_id() -> ::String
Returns
  • (::String) — Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a request_id is provided. See https://google.aip.dev/155 for more details.

#request_id=

def request_id=(value) -> ::String
Parameter
  • value (::String) — Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a request_id is provided. See https://google.aip.dev/155 for more details.
Returns
  • (::String) — Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a request_id is provided. See https://google.aip.dev/155 for more details.