Interface AzureBareMetalInstance


public interface AzureBareMetalInstance
An immutable client-side representation of AzureBareMetalInstance.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: The geo-location where the resource lives.
      Returns:
      the location value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • systemData

      com.azure.core.management.SystemData systemData()
      Gets the systemData property: The system metadata relating to this resource.
      Returns:
      the systemData value.
    • hardwareProfile

      HardwareProfile hardwareProfile()
      Gets the hardwareProfile property: Specifies the hardware settings for the AzureBareMetal instance.
      Returns:
      the hardwareProfile value.
    • storageProfile

      StorageProfile storageProfile()
      Gets the storageProfile property: Specifies the storage settings for the AzureBareMetal instance disks.
      Returns:
      the storageProfile value.
    • osProfile

      OSProfile osProfile()
      Gets the osProfile property: Specifies the operating system settings for the AzureBareMetal instance.
      Returns:
      the osProfile value.
    • networkProfile

      NetworkProfile networkProfile()
      Gets the networkProfile property: Specifies the network settings for the AzureBareMetal instance.
      Returns:
      the networkProfile value.
    • azureBareMetalInstanceId

      String azureBareMetalInstanceId()
      Gets the azureBareMetalInstanceId property: Specifies the AzureBareMetal instance unique ID.
      Returns:
      the azureBareMetalInstanceId value.
    • powerState

      Gets the powerState property: Resource power state.
      Returns:
      the powerState value.
    • proximityPlacementGroup

      String proximityPlacementGroup()
      Gets the proximityPlacementGroup property: Resource proximity placement group.
      Returns:
      the proximityPlacementGroup value.
    • hwRevision

      String hwRevision()
      Gets the hwRevision property: Hardware revision of an AzureBareMetal instance.
      Returns:
      the hwRevision value.
    • partnerNodeId

      String partnerNodeId()
      Gets the partnerNodeId property: ARM ID of another AzureBareMetalInstance that will share a network with this AzureBareMetalInstance.
      Returns:
      the partnerNodeId value.
    • provisioningState

      Gets the provisioningState property: State of provisioning of the AzureBareMetalInstance.
      Returns:
      the provisioningState value.
    • innerModel

      Gets the inner com.azure.resourcemanager.baremetalinfrastructure.fluent.models.AzureBareMetalInstanceInner object.
      Returns:
      the inner object.