Show / Hide Table of Contents

Class IpRange

An IP range provided in any one of the supported formats.

Inheritance
object
IpRange
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.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class IpRange : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ExternalAddress

The name of an ExternalAddress resource. The external address must have been reserved in the scope of this external access rule's parent network policy. Provide the external address name in the form of projects/{project}/locations/{location}/privateClouds/{private_cloud}/externalAddresses/{external_address}. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud/externalAddresses/my-address.

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

IpAddress

A single IP address. For example: 10.0.0.5.

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

IpAddressRange

An IP address range in the CIDR format. For example: 10.0.0.0/24.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX