Class IpRange
An IP range provided in any one of the supported formats.
Implements
Inherited Members
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 |