compute  v1
Properties | List of all members
Google.Apis.Compute.v1.Data.AliasIpRange Class Reference

An alias IP range attached to an instance's network interface. More...

Inheritance diagram for Google.Apis.Compute.v1.Data.AliasIpRange:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string IpCidrRange [get, set]
 The IP alias ranges to allocate for this interface. This IP CIDR range must belong to the specified subnetwork and cannot contain IP addresses reserved by system or used by other network interfaces. This range may be a single IP address (such as 10.2.3.4), a netmask (such as /24) or a CIDR-formatted string (such as 10.1.2.0/24). More...
 
virtual string SubnetworkRangeName [get, set]
 The name of a subnetwork secondary IP range from which to allocate an IP alias range. If not specified, the primary range of the subnetwork is used. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

An alias IP range attached to an instance's network interface.

Property Documentation

◆ ETag

virtual string Google.Apis.Compute.v1.Data.AliasIpRange.ETag
getset

The ETag of the item.

◆ IpCidrRange

virtual string Google.Apis.Compute.v1.Data.AliasIpRange.IpCidrRange
getset

The IP alias ranges to allocate for this interface. This IP CIDR range must belong to the specified subnetwork and cannot contain IP addresses reserved by system or used by other network interfaces. This range may be a single IP address (such as 10.2.3.4), a netmask (such as /24) or a CIDR-formatted string (such as 10.1.2.0/24).

◆ SubnetworkRangeName

virtual string Google.Apis.Compute.v1.Data.AliasIpRange.SubnetworkRangeName
getset

The name of a subnetwork secondary IP range from which to allocate an IP alias range. If not specified, the primary range of the subnetwork is used.


The documentation for this class was generated from the following file: