Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::MirroringDeployment.
A deployment represents a zonal mirroring backend ready to accept GENEVE-encapsulated replica traffic, e.g. a zonal instance group fronted by an internal passthrough load balancer. Deployments are always part of a global deployment group which represents a global mirroring service.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps.
#description
def description() -> ::String
Returns
- (::String) — Optional. User-provided description of the deployment. Used as additional context for the deployment.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Optional. User-provided description of the deployment. Used as additional context for the deployment.
Returns
- (::String) — Optional. User-provided description of the deployment. Used as additional context for the deployment.
#forwarding_rule
def forwarding_rule() -> ::String
Returns
-
(::String) — Required. Immutable. The regional forwarding rule that fronts the mirroring
collectors, for example:
projects/123456789/regions/us-central1/forwardingRules/my-rule. See https://google.aip.dev/124.
#forwarding_rule=
def forwarding_rule=(value) -> ::String
Parameter
-
value (::String) — Required. Immutable. The regional forwarding rule that fronts the mirroring
collectors, for example:
projects/123456789/regions/us-central1/forwardingRules/my-rule. See https://google.aip.dev/124.
Returns
-
(::String) — Required. Immutable. The regional forwarding rule that fronts the mirroring
collectors, for example:
projects/123456789/regions/us-central1/forwardingRules/my-rule. See https://google.aip.dev/124.
#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.
#mirroring_deployment_group
def mirroring_deployment_group() -> ::String
Returns
-
(::String) — Required. Immutable. The deployment group that this deployment is a part
of, for example:
projects/123456789/locations/global/mirroringDeploymentGroups/my-dg. See https://google.aip.dev/124.
#mirroring_deployment_group=
def mirroring_deployment_group=(value) -> ::String
Parameter
-
value (::String) — Required. Immutable. The deployment group that this deployment is a part
of, for example:
projects/123456789/locations/global/mirroringDeploymentGroups/my-dg. See https://google.aip.dev/124.
Returns
-
(::String) — Required. Immutable. The deployment group that this deployment is a part
of, for example:
projects/123456789/locations/global/mirroringDeploymentGroups/my-dg. See https://google.aip.dev/124.
#name
def name() -> ::String
Returns
-
(::String) — Immutable. Identifier. The resource name of this deployment, for example:
projects/123456789/locations/us-central1-a/mirroringDeployments/my-dep. 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, for example:
projects/123456789/locations/us-central1-a/mirroringDeployments/my-dep. See https://google.aip.dev/122 for more details.
Returns
-
(::String) — Immutable. Identifier. The resource name of this deployment, for example:
projects/123456789/locations/us-central1-a/mirroringDeployments/my-dep. See https://google.aip.dev/122 for more details.
#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 part of the normal operation (e.g. linking a new association to the parent group). See https://google.aip.dev/128.
#state
def state() -> ::Google::Cloud::NetworkSecurity::V1::MirroringDeployment::State
Returns
- (::Google::Cloud::NetworkSecurity::V1::MirroringDeployment::State) — Output only. The current state of the deployment. See https://google.aip.dev/216.
#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.