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

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

A deployment group aggregates many zonal intercept backends (deployments) into a single global intercept service. Consumers can connect this service using an endpoint group.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#connected_endpoint_groups

def connected_endpoint_groups() -> ::Array<::Google::Cloud::NetworkSecurity::V1::InterceptDeploymentGroup::ConnectedEndpointGroup>
Returns

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#description

def description() -> ::String
Returns
  • (::String) — Optional. User-provided description of the deployment group. Used as additional context for the deployment group.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Optional. User-provided description of the deployment group. Used as additional context for the deployment group.
Returns
  • (::String) — Optional. User-provided description of the deployment group. Used as additional context for the deployment group.

#labels

def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels are key/value pairs that help to organize and filter resources.

#labels=

def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels are key/value pairs that help to organize and filter resources.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels are key/value pairs that help to organize and filter resources.

#locations

def locations() -> ::Array<::Google::Cloud::NetworkSecurity::V1::InterceptLocation>
Returns

#name

def name() -> ::String
Returns
  • (::String) — Immutable. Identifier. The resource name of this deployment group, for example: projects/123456789/locations/global/interceptDeploymentGroups/my-dg. See https://google.aip.dev/122 for more details.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Immutable. Identifier. The resource name of this deployment group, for example: projects/123456789/locations/global/interceptDeploymentGroups/my-dg. See https://google.aip.dev/122 for more details.
Returns
  • (::String) — Immutable. Identifier. The resource name of this deployment group, for example: projects/123456789/locations/global/interceptDeploymentGroups/my-dg. See https://google.aip.dev/122 for more details.

#nested_deployments

def nested_deployments() -> ::Array<::Google::Cloud::NetworkSecurity::V1::InterceptDeploymentGroup::Deployment>
Returns

#network

def network() -> ::String
Returns
  • (::String) — Required. Immutable. The network that will be used for all child deployments, for example: projects/{project}/global/networks/{network}. See https://google.aip.dev/124.

#network=

def network=(value) -> ::String
Parameter
  • value (::String) — Required. Immutable. The network that will be used for all child deployments, for example: projects/{project}/global/networks/{network}. See https://google.aip.dev/124.
Returns
  • (::String) — Required. Immutable. The network that will be used for all child deployments, for example: projects/{project}/global/networks/{network}. See https://google.aip.dev/124.

#reconciling

def reconciling() -> ::Boolean
Returns
  • (::Boolean) — Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This is part of the normal operation (e.g. adding a new deployment to the group) See https://google.aip.dev/128.

#state

def state() -> ::Google::Cloud::NetworkSecurity::V1::InterceptDeploymentGroup::State
Returns

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.