Class GoogleCloudServicenetworkingV1betaSubnetwork
Represents a subnet that was created or discovered by a private access management service.
Implements
Inherited Members
Namespace: Google.Apis.ServiceNetworking.v1.Data
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class GoogleCloudServicenetworkingV1betaSubnetwork : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IpCidrRange
Subnetwork CIDR range in 10.x.x.x/y
format.
Declaration
[JsonProperty("ipCidrRange")]
public virtual string IpCidrRange { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Subnetwork name. See https://cloud.google.com/compute/docs/vpc/
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Network
In the Shared VPC host project, the VPC network that's peered with the consumer network. For example:
projects/1234321/global/networks/host-network
Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
Type | Description |
---|---|
string |
OutsideAllocation
This is a discovered subnet that is not within the current consumer allocated ranges.
Declaration
[JsonProperty("outsideAllocation")]
public virtual bool? OutsideAllocation { get; set; }
Property Value
Type | Description |
---|---|
bool? |