Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::CreateInterceptDeploymentRequest.
Request message for CreateInterceptDeployment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#intercept_deployment
def intercept_deployment() -> ::Google::Cloud::NetworkSecurity::V1::InterceptDeployment
Returns
- (::Google::Cloud::NetworkSecurity::V1::InterceptDeployment) — Required. The deployment to create.
#intercept_deployment=
def intercept_deployment=(value) -> ::Google::Cloud::NetworkSecurity::V1::InterceptDeployment
Parameter
- value (::Google::Cloud::NetworkSecurity::V1::InterceptDeployment) — Required. The deployment to create.
Returns
- (::Google::Cloud::NetworkSecurity::V1::InterceptDeployment) — Required. The deployment to create.
#intercept_deployment_id
def intercept_deployment_id() -> ::String
Returns
- (::String) — Required. The ID to use for the new deployment, which will become the final component of the deployment's resource name.
#intercept_deployment_id=
def intercept_deployment_id=(value) -> ::String
Parameter
- value (::String) — Required. The ID to use for the new deployment, which will become the final component of the deployment's resource name.
Returns
- (::String) — Required. The ID to use for the new deployment, which will become the final component of the deployment's resource name.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent resource where this deployment will be created. Format: projects/{project}/locations/{location}
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent resource where this deployment will be created. Format: projects/{project}/locations/{location}
Returns
- (::String) — Required. The parent resource where this deployment 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.