MirroringDeploymentGroup class
A deployment group aggregates many zonal mirroring backends (deployments) into a single global mirroring service.
Consumers can connect this service using an endpoint group.
Constructors
- 
          MirroringDeploymentGroup({List<MirroringDeploymentGroupConnectedEndpointGroup> ? connectedEndpointGroups, String? createTime, String? description, Map<String, String> ? labels, List<MirroringLocation> ? locations, String? name, List<MirroringDeploymentGroupDeployment> ? nestedDeployments, String? network, bool? reconciling, String? state, String? updateTime})
- MirroringDeploymentGroup.fromJson(Map json_)
Properties
- 
  connectedEndpointGroups
  ↔ List<MirroringDeploymentGroupConnectedEndpointGroup> ?
- 
  The list of endpoint groups that are connected to this resource.
  getter/setter pair
- createTime ↔ String?
- 
  The timestamp when the resource was created.
  getter/setter pair
- description ↔ String?
- 
  User-provided description of the deployment group.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  labels
  ↔ Map<String, String> ?
- 
  Labels are key/value pairs that help to organize and filter resources.
  getter/setter pair
- 
  locations
  ↔ List<MirroringLocation> ?
- 
  The list of locations where the deployment group is present.
  getter/setter pair
- name ↔ String?
- 
  Identifier.
  getter/setter pair
- 
  nestedDeployments
  ↔ List<MirroringDeploymentGroupDeployment> ?
- 
  The list of Mirroring Deployments that belong to this group.
  getter/setter pair
- network ↔ String?
- 
  The network that will be used for all child deployments, for example:
projects/{project}/global/networks/{network}.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 group.
  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