public sealed class PreservedStatePreservedNetworkIpIpAddress : IMessage<PreservedStatePreservedNetworkIpIpAddress>, IEquatable<PreservedStatePreservedNetworkIpIpAddress>, IDeepCloneable<PreservedStatePreservedNetworkIpIpAddress>, IBufferMessage, IMessage
Implements
IMessagePreservedStatePreservedNetworkIpIpAddress, IEquatablePreservedStatePreservedNetworkIpIpAddress, IDeepCloneablePreservedStatePreservedNetworkIpIpAddress, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
PreservedStatePreservedNetworkIpIpAddress()
public PreservedStatePreservedNetworkIpIpAddress()
PreservedStatePreservedNetworkIpIpAddress(PreservedStatePreservedNetworkIpIpAddress)
public PreservedStatePreservedNetworkIpIpAddress(PreservedStatePreservedNetworkIpIpAddress other)
Parameter | |
---|---|
Name | Description |
other | PreservedStatePreservedNetworkIpIpAddress |
Properties
Address
public string Address { get; set; }
The URL of the reservation for this IP address.
Property Value | |
---|---|
Type | Description |
string |
HasAddress
public bool HasAddress { get; }
Gets whether the "address" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasLiteral
public bool HasLiteral { get; }
Gets whether the "literal" field is set
Property Value | |
---|---|
Type | Description |
bool |
Literal
public string Literal { get; set; }
An IPv4 internal network address to assign to the instance for this network interface.
Property Value | |
---|---|
Type | Description |
string |