Show / Hide Table of Contents

Class NetworkAddress

A network.

Inheritance
object
NetworkAddress
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.Baremetalsolution.v2.Data
Assembly: Google.Apis.Baremetalsolution.v2.dll
Syntax
public class NetworkAddress : IDirectResponseSchema

Properties

Address

IPv4 address to be assigned to the server.

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

ExistingNetworkId

Name of the existing network to use.

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

NetworkId

Id of the network to use, within the same ProvisioningConfig request.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX