Compute Engine v1 API - Class PreservedStatePreservedNetworkIpIpAddress (2.15.0)

public sealed class PreservedStatePreservedNetworkIpIpAddress : IMessage<PreservedStatePreservedNetworkIpIpAddress>, IEquatable<PreservedStatePreservedNetworkIpIpAddress>, IDeepCloneable<PreservedStatePreservedNetworkIpIpAddress>, IBufferMessage, IMessage

Inheritance

object > PreservedStatePreservedNetworkIpIpAddress

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

PreservedStatePreservedNetworkIpIpAddress()

public PreservedStatePreservedNetworkIpIpAddress()

PreservedStatePreservedNetworkIpIpAddress(PreservedStatePreservedNetworkIpIpAddress)

public PreservedStatePreservedNetworkIpIpAddress(PreservedStatePreservedNetworkIpIpAddress other)
Parameter
NameDescription
otherPreservedStatePreservedNetworkIpIpAddress

Properties

Address

public string Address { get; set; }

The URL of the reservation for this IP address.

Property Value
TypeDescription
string

HasAddress

public bool HasAddress { get; }

Gets whether the "address" field is set

Property Value
TypeDescription
bool

HasLiteral

public bool HasLiteral { get; }

Gets whether the "literal" field is set

Property Value
TypeDescription
bool

Literal

public string Literal { get; set; }

An IPv4 internal network address to assign to the instance for this network interface.

Property Value
TypeDescription
string