Class MirroringEndpointGroupConnectedDeploymentGroup
The endpoint group's view of a connected deployment group.
Implements
Inherited Members
Namespace: Google.Apis.NetworkSecurity .v1.Data
Assembly: Google.Apis.NetworkSecurity.v1.dll
Syntax
public class MirroringEndpointGroupConnectedDeploymentGroup : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Locations
Output only. The list of locations where the deployment group is present.
Declaration
[JsonProperty("locations")]
public virtual IList<MirroringLocation> Locations { get; set; }
Property Value
Type | Description |
---|---|
IList<Mirroring |
Name
Output only. The connected deployment group's resource name, for example:
projects/123456789/locations/global/mirroringDeploymentGroups/my-dg
. See https://google.aip.dev/124.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |