Class GoogleIdentityAccesscontextmanagerV1VpcSubNetwork
Sub-segment ranges inside of a VPC Network.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1beta1.Data
Assembly: Google.Apis.CloudAsset.v1beta1.dll
Syntax
public class GoogleIdentityAccesscontextmanagerV1VpcSubNetwork : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Network
Required. Network name. If the network is not part of the organization, the compute.network.get
permission
must be granted to the caller. Format:
//compute.googleapis.com/projects/{PROJECT_ID}/global/networks/{NETWORK_NAME}
Example:
//compute.googleapis.com/projects/my-project/global/networks/network-1
Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
Type | Description |
---|---|
string |
VpcIpSubnetworks
CIDR block IP subnetwork specification. The IP address must be an IPv4 address and can be a public or private IP address. Note that for a CIDR IP address block, the specified IP address portion must be properly truncated (i.e. all the host bits must be zero) or the input is considered malformed. For example, "192.0.2.0/24" is accepted but "192.0.2.1/24" is not. If empty, all IP addresses are allowed.
Declaration
[JsonProperty("vpcIpSubnetworks")]
public virtual IList<string> VpcIpSubnetworks { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |