DeploymentConfigInfo constructor
DeploymentConfigInfo({
- ComputePlatform? computePlatform,
- DateTime? createTime,
- String? deploymentConfigId,
- String? deploymentConfigName,
- MinimumHealthyHosts? minimumHealthyHosts,
- TrafficRoutingConfig? trafficRoutingConfig,
Implementation
DeploymentConfigInfo({
this.computePlatform,
this.createTime,
this.deploymentConfigId,
this.deploymentConfigName,
this.minimumHealthyHosts,
this.trafficRoutingConfig,
});