Show / Hide Table of Contents

Class UsableSubnetworkSecondaryRange

Secondary IP range of a usable subnetwork.

Inheritance
object
UsableSubnetworkSecondaryRange
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class UsableSubnetworkSecondaryRange : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IpCidrRange

The range of IP addresses belonging to this subnetwork secondary range.

Declaration
[JsonProperty("ipCidrRange")]
public virtual string IpCidrRange { get; set; }
Property Value
Type Description
string

RangeName

The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance.

Declaration
[JsonProperty("rangeName")]
public virtual string RangeName { get; set; }
Property Value
Type Description
string

Status

This field is to determine the status of the secondary range programmably.

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX