Class NetworkAddress
Details of network address.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.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 |