Class SecondaryIpRangeSpec
Implements
Inherited Members
Namespace: Google.Apis.ServiceNetworking.v1.Data
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class SecondaryIpRangeSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IpPrefixLength
Required. The prefix length of the secondary IP range. Use CIDR range notation, such as 30
to provision a
secondary IP range with an x.x.x.x/30
CIDR range. The IP address range is drawn from a pool of available
ranges in the service consumer's allocated range.
Declaration
[JsonProperty("ipPrefixLength")]
public virtual int? IpPrefixLength { get; set; }
Property Value
Type | Description |
---|---|
int? |
OutsideAllocationPublicIpRange
Optional. Enable outside allocation using public IP addresses. Any public IP range may be specified. If this field is provided, we will not use customer reserved ranges for this secondary IP range.
Declaration
[JsonProperty("outsideAllocationPublicIpRange")]
public virtual string OutsideAllocationPublicIpRange { get; set; }
Property Value
Type | Description |
---|---|
string |
RangeName
Required. A name for the secondary IP range. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
Declaration
[JsonProperty("rangeName")]
public virtual string RangeName { get; set; }
Property Value
Type | Description |
---|---|
string |
RequestedAddress
Optional. The starting address of a range. The address must be a valid IPv4 address in the x.x.x.x format. This value combined with the IP prefix range is the CIDR range for the secondary IP range. The range must be within the allocated range that is assigned to the private connection. If the CIDR range isn't available, the call fails.
Declaration
[JsonProperty("requestedAddress")]
public virtual string RequestedAddress { get; set; }
Property Value
Type | Description |
---|---|
string |