GoogleCloudApigeeV1DeploymentChangeReportRoutingChange class
Describes a potential routing change that may occur as a result of some deployment operation.
Constructors
- GoogleCloudApigeeV1DeploymentChangeReportRoutingChange({String? description, String? environmentGroup, GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment? fromDeployment, bool? shouldSequenceRollout, GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment? toDeployment})
- GoogleCloudApigeeV1DeploymentChangeReportRoutingChange.fromJson(Map json_)
Properties
- description ↔ String?
-
Human-readable description of this routing change.
getter/setter pair
- environmentGroup ↔ String?
-
Name of the environment group affected by this routing change.
getter/setter pair
- fromDeployment ↔ GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment?
-
Base path/deployment that may stop receiving some traffic.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shouldSequenceRollout ↔ bool?
-
Set to
true
if using sequenced rollout would make this routing change safer.getter/setter pair - toDeployment ↔ GoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment?
-
Base path/deployment that may start receiving that traffic.
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