InterceptDeployment class

A deployment represents a zonal intercept backend ready to accept GENEVE-encapsulated 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 intercept service.

Constructors

InterceptDeployment.new({String? createTime, String? description, String? forwardingRule, String? interceptDeploymentGroup, Map<String, String>? labels, String? name, bool? reconciling, String? state, String? updateTime})
InterceptDeployment.fromJson(Map json_)

Properties

createTime String?
The timestamp when the resource was created.
getter/setter pair
description String?
User-provided description of the deployment.
getter/setter pair
forwardingRule String?
The regional forwarding rule that fronts the interceptors, for example: projects/123456789/regions/us-central1/forwardingRules/my-rule.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
interceptDeploymentGroup String?
The deployment group that this deployment is a part of, for example: projects/123456789/locations/global/interceptDeploymentGroups/my-dg.
getter/setter pair
labels Map<String, String>?
Labels are key/value pairs that help to organize and filter resources.
getter/setter pair
name String?
Identifier.
getter/setter pair
reconciling bool?
The current state of the resource does not match the user's intended state, and the system is working to reconcile them.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The current state of the deployment.
getter/setter pair
updateTime String?
The timestamp when the resource was most recently updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited