NetworkBootstrapInterfaceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. managednetworkfabric. fluent. models. NetworkBootstrapInterfaceInner
- com.
- com.
public final class NetworkBootstrapInterfaceInner
extends ProxyResource
Defines the NetworkBootstrapInterface resource.
Constructor Summary
| Constructor | Description |
|---|---|
| NetworkBootstrapInterfaceInner() |
Creates an instance of Network |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
additionalDescription()
Get the additional |
|
Administrative |
administrativeState()
Get the administrative |
| String |
annotation()
Get the annotation property: Switch configuration description. |
|
Configuration |
configurationState()
Get the configuration |
| String |
connectedTo()
Get the connected |
| String |
description()
Get the description property: Description of the interface. |
|
static
Network |
fromJson(JsonReader jsonReader)
Reads an instance of Network |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
|
Interface |
interfaceType()
Get the interface |
| String |
ipv4Address()
Get the ipv4Address property: IPv4Address of the interface. |
| String |
ipv6Address()
Get the ipv6Address property: IPv6Address of the interface. |
| String |
name()
Get the name property: The name of the resource. |
| String |
physicalIdentifier()
Get the physical |
|
Provisioning |
provisioningState()
Get the provisioning |
| String |
serialNumber()
Get the serial |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
|
Network |
withAdditionalDescription(String additionalDescription)
Set the additional |
|
Network |
withAnnotation(String annotation)
Set the annotation property: Switch configuration description. |
|
Network |
withSerialNumber(String serialNumber)
Set the serial |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
NetworkBootstrapInterfaceInner
public NetworkBootstrapInterfaceInner()
Creates an instance of NetworkBootstrapInterfaceInner class.
Method Details
additionalDescription
public String additionalDescription()
Get the additionalDescription property: Additional description of the interface.
Returns:
administrativeState
public AdministrativeState administrativeState()
Get the administrativeState property: Administrative state of the resource.
Returns:
annotation
public String annotation()
Get the annotation property: Switch configuration description.
Returns:
configurationState
public ConfigurationState configurationState()
Get the configurationState property: Configuration state of the resource.
Returns:
connectedTo
public String connectedTo()
Get the connectedTo property: Connected to information of the device.
Returns:
description
public String description()
Get the description property: Description of the interface.
Returns:
fromJson
public static NetworkBootstrapInterfaceInner fromJson(JsonReader jsonReader)
Reads an instance of NetworkBootstrapInterfaceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
NetworkBootstrapInterfaceInner.id()Returns:
interfaceType
public InterfaceType interfaceType()
Get the interfaceType property: Type of the interface.
Returns:
ipv4Address
public String ipv4Address()
Get the ipv4Address property: IPv4Address of the interface.
Returns:
ipv6Address
public String ipv6Address()
Get the ipv6Address property: IPv6Address of the interface.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
NetworkBootstrapInterfaceInner.name()Returns:
physicalIdentifier
public String physicalIdentifier()
Get the physicalIdentifier property: Physical identifier of the device.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the resource.
Returns:
serialNumber
public String serialNumber()
Get the serialNumber property: Serial number of the interface. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
NetworkBootstrapInterfaceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
NetworkBootstrapInterfaceInner.type()Returns:
withAdditionalDescription
public NetworkBootstrapInterfaceInner withAdditionalDescription(String additionalDescription)
Set the additionalDescription property: Additional description of the interface.
Parameters:
Returns:
withAnnotation
public NetworkBootstrapInterfaceInner withAnnotation(String annotation)
Set the annotation property: Switch configuration description.
Parameters:
Returns:
withSerialNumber
public NetworkBootstrapInterfaceInner withSerialNumber(String serialNumber)
Set the serialNumber property: Serial number of the interface. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber.
Parameters:
Returns: