NetworkBootstrapInterface Interface
public interface NetworkBootstrapInterface
An immutable client-side representation of NetworkBootstrapInterface.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
additionalDescription()
Gets the additional |
|
abstract
Administrative |
administrativeState()
Gets the administrative |
| abstract String |
annotation()
Gets the annotation property: Switch configuration description. |
|
abstract
Configuration |
configurationState()
Gets the configuration |
| abstract String |
connectedTo()
Gets the connected |
| abstract String |
description()
Gets the description property: Description of the interface. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Network |
innerModel()
Gets the inner com. |
|
abstract
Interface |
interfaceType()
Gets the interface |
| abstract String |
ipv4Address()
Gets the ipv4Address property: IPv4Address of the interface. |
| abstract String |
ipv6Address()
Gets the ipv6Address property: IPv6Address of the interface. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
physicalIdentifier()
Gets the physical |
|
abstract
Provisioning |
provisioningState()
Gets the provisioning |
|
abstract
Network |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Network |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
| abstract String |
serialNumber()
Gets the serial |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Network |
|
abstract
Common |
updateAdministrativeState(UpdateAdministrativeState body)
Update the admin state of the Network Interface. |
|
abstract
Common |
updateAdministrativeState(UpdateAdministrativeState body, Context context)
Update the admin state of the Network Interface. |
Method Details
additionalDescription
public abstract String additionalDescription()
Gets the additionalDescription property: Additional description of the interface.
Returns:
administrativeState
public abstract AdministrativeState administrativeState()
Gets the administrativeState property: Administrative state of the resource.
Returns:
annotation
public abstract String annotation()
Gets the annotation property: Switch configuration description.
Returns:
configurationState
public abstract ConfigurationState configurationState()
Gets the configurationState property: Configuration state of the resource.
Returns:
connectedTo
public abstract String connectedTo()
Gets the connectedTo property: Connected to information of the device.
Returns:
description
public abstract String description()
Gets the description property: Description of the interface.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract NetworkBootstrapInterfaceInner innerModel()
Gets the inner com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkBootstrapInterfaceInner object.
Returns:
interfaceType
public abstract InterfaceType interfaceType()
Gets the interfaceType property: Type of the interface.
Returns:
ipv4Address
public abstract String ipv4Address()
Gets the ipv4Address property: IPv4Address of the interface.
Returns:
ipv6Address
public abstract String ipv6Address()
Gets the ipv6Address property: IPv6Address of the interface.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
physicalIdentifier
public abstract String physicalIdentifier()
Gets the physicalIdentifier property: Physical identifier of the device.
Returns:
provisioningState
public abstract ProvisioningState provisioningState()
Gets the provisioningState property: Provisioning state of the resource.
Returns:
refresh
public abstract NetworkBootstrapInterface refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract NetworkBootstrapInterface refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
serialNumber
public abstract String serialNumber()
Gets the serialNumber property: Serial number of the interface. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract NetworkBootstrapInterface.Update update()
Begins update for the NetworkBootstrapInterface resource.
Returns:
updateAdministrativeState
public abstract CommonPostActionResponseForStateUpdate updateAdministrativeState(UpdateAdministrativeState body)
Update the admin state of the Network Interface.
Parameters:
Returns:
updateAdministrativeState
public abstract CommonPostActionResponseForStateUpdate updateAdministrativeState(UpdateAdministrativeState body, Context context)
Update the admin state of the Network Interface.
Parameters:
Returns: