Class UsableSubnetwork
UsableSubnetwork resource returns the subnetwork name, its associated network and the primary CIDR range.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class UsableSubnetwork : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IpCidrRange
The range of internal addresses that are owned by this subnetwork.
Declaration
[JsonProperty("ipCidrRange")]
public virtual string IpCidrRange { get; set; }
Property Value
Type | Description |
---|---|
string |
Network
Network Name. Example: projects/my-project/global/networks/my-network
Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
Type | Description |
---|---|
string |
SecondaryIpRanges
Secondary IP ranges.
Declaration
[JsonProperty("secondaryIpRanges")]
public virtual IList<UsableSubnetworkSecondaryRange> SecondaryIpRanges { get; set; }
Property Value
Type | Description |
---|---|
IList<UsableSubnetworkSecondaryRange> |
StatusMessage
A human readable status message representing the reasons for cases where the caller cannot use the secondary ranges under the subnet. For example if the secondary_ip_ranges is empty due to a permission issue, an insufficient permission message will be given by status_message.
Declaration
[JsonProperty("statusMessage")]
public virtual string StatusMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
Subnetwork
Subnetwork Name. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
Declaration
[JsonProperty("subnetwork")]
public virtual string Subnetwork { get; set; }
Property Value
Type | Description |
---|---|
string |