Class PreservedStatePreservedNetworkIpIpAddress
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class PreservedStatePreservedNetworkIpIpAddress : IDirectResponseSchema
Properties
Address
The URL of the reservation for this IP address.
Declaration
[JsonProperty("address")]
public virtual string Address { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Literal
An IPv4 internal network address to assign to the instance for this network interface.
Declaration
[JsonProperty("literal")]
public virtual string Literal { get; set; }
Property Value
Type | Description |
---|---|
string |