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 additionalDescription property: Additional description of the interface.

abstract AdministrativeState administrativeState()

Gets the administrativeState property: Administrative state of the resource.

abstract String annotation()

Gets the annotation property: Switch configuration description.

abstract ConfigurationState configurationState()

Gets the configurationState property: Configuration state of the resource.

abstract String connectedTo()

Gets the connectedTo property: Connected to information of the device.

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 NetworkBootstrapInterfaceInner innerModel()

Gets the inner com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkBootstrapInterfaceInner object.

abstract InterfaceType interfaceType()

Gets the interfaceType property: Type of 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 physicalIdentifier property: Physical identifier of the device.

abstract ProvisioningState provisioningState()

Gets the provisioningState property: Provisioning state of the resource.

abstract NetworkBootstrapInterface refresh()

Refreshes the resource to sync with Azure.

abstract NetworkBootstrapInterface 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 serialNumber property: Serial number of the interface.

abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the NetworkBootstrapInterface resource.

abstract CommonPostActionResponseForStateUpdate updateAdministrativeState(UpdateAdministrativeState body)

Update the admin state of the Network Interface.

abstract CommonPostActionResponseForStateUpdate 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:

the additionalDescription value.

administrativeState

public abstract AdministrativeState administrativeState()

Gets the administrativeState property: Administrative state of the resource.

Returns:

the administrativeState value.

annotation

public abstract String annotation()

Gets the annotation property: Switch configuration description.

Returns:

the annotation value.

configurationState

public abstract ConfigurationState configurationState()

Gets the configurationState property: Configuration state of the resource.

Returns:

the configurationState value.

connectedTo

public abstract String connectedTo()

Gets the connectedTo property: Connected to information of the device.

Returns:

the connectedTo value.

description

public abstract String description()

Gets the description property: Description of the interface.

Returns:

the description value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract NetworkBootstrapInterfaceInner innerModel()

Gets the inner com.azure.resourcemanager.managednetworkfabric.fluent.models.NetworkBootstrapInterfaceInner object.

Returns:

the inner object.

interfaceType

public abstract InterfaceType interfaceType()

Gets the interfaceType property: Type of the interface.

Returns:

the interfaceType value.

ipv4Address

public abstract String ipv4Address()

Gets the ipv4Address property: IPv4Address of the interface.

Returns:

the ipv4Address value.

ipv6Address

public abstract String ipv6Address()

Gets the ipv6Address property: IPv6Address of the interface.

Returns:

the ipv6Address value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

physicalIdentifier

public abstract String physicalIdentifier()

Gets the physicalIdentifier property: Physical identifier of the device.

Returns:

the physicalIdentifier value.

provisioningState

public abstract ProvisioningState provisioningState()

Gets the provisioningState property: Provisioning state of the resource.

Returns:

the provisioningState value.

refresh

public abstract NetworkBootstrapInterface refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract NetworkBootstrapInterface refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

serialNumber

public abstract String serialNumber()

Gets the serialNumber property: Serial number of the interface. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber.

Returns:

the serialNumber value.

systemData

public abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract NetworkBootstrapInterface.Update update()

Begins update for the NetworkBootstrapInterface resource.

Returns:

the stage of resource update.

updateAdministrativeState

public abstract CommonPostActionResponseForStateUpdate updateAdministrativeState(UpdateAdministrativeState body)

Update the admin state of the Network Interface.

Parameters:

body - Request payload.

Returns:

common response for the state updates.

updateAdministrativeState

public abstract CommonPostActionResponseForStateUpdate updateAdministrativeState(UpdateAdministrativeState body, Context context)

Update the admin state of the Network Interface.

Parameters:

body - Request payload.
context - The context to associate with this operation.

Returns:

common response for the state updates.

Applies to