Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::CreateMirroringEndpointGroupAssociationRequest.
Request message for CreateMirroringEndpointGroupAssociation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#mirroring_endpoint_group_association
def mirroring_endpoint_group_association() -> ::Google::Cloud::NetworkSecurity::V1::MirroringEndpointGroupAssociation
Returns
- (::Google::Cloud::NetworkSecurity::V1::MirroringEndpointGroupAssociation) — Required. The association to create.
#mirroring_endpoint_group_association=
def mirroring_endpoint_group_association=(value) -> ::Google::Cloud::NetworkSecurity::V1::MirroringEndpointGroupAssociation
Parameter
- value (::Google::Cloud::NetworkSecurity::V1::MirroringEndpointGroupAssociation) — Required. The association to create.
Returns
- (::Google::Cloud::NetworkSecurity::V1::MirroringEndpointGroupAssociation) — Required. The association to create.
#mirroring_endpoint_group_association_id
def mirroring_endpoint_group_association_id() -> ::String
Returns
- (::String) — Optional. The ID to use for the new association, which will become the final component of the endpoint group's resource name. If not provided, the server will generate a unique ID.
#mirroring_endpoint_group_association_id=
def mirroring_endpoint_group_association_id=(value) -> ::String
Parameter
- value (::String) — Optional. The ID to use for the new association, which will become the final component of the endpoint group's resource name. If not provided, the server will generate a unique ID.
Returns
- (::String) — Optional. The ID to use for the new association, which will become the final component of the endpoint group's resource name. If not provided, the server will generate a unique ID.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent resource where this association will be created. Format: projects/{project}/locations/{location}
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent resource where this association will be created. Format: projects/{project}/locations/{location}
Returns
- (::String) — Required. The parent resource where this association 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_idis 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_idis 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_idis provided. See https://google.aip.dev/155 for more details.