Show / Hide Table of Contents

Class NetworkAddress

Details of network address.

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.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class NetworkAddress : IDirectResponseSchema

Properties

Assignment

Whether DHCP is used to assign addresses.

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

Bcast

Broadcast address.

Declaration
[JsonProperty("bcast")]
public virtual string Bcast { 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

Fqdn

Fully qualified domain name.

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

IpAddress

Assigned or configured IP Address.

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

SubnetMask

Subnet mask.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX