Class DedicatedCloudServiceProperties

java.lang.Object
com.azure.resourcemanager.vmwarecloudsimple.fluent.models.DedicatedCloudServiceProperties

public final class DedicatedCloudServiceProperties extends Object
Properties of dedicated cloud service.
  • Constructor Details

    • DedicatedCloudServiceProperties

      public DedicatedCloudServiceProperties()
      Creates an instance of DedicatedCloudServiceProperties class.
  • Method Details

    • gatewaySubnet

      public String gatewaySubnet()
      Get the gatewaySubnet property: gateway Subnet for the account. It will collect the subnet address and always treat it as /28.
      Returns:
      the gatewaySubnet value.
    • withGatewaySubnet

      public DedicatedCloudServiceProperties withGatewaySubnet(String gatewaySubnet)
      Set the gatewaySubnet property: gateway Subnet for the account. It will collect the subnet address and always treat it as /28.
      Parameters:
      gatewaySubnet - the gatewaySubnet value to set.
      Returns:
      the DedicatedCloudServiceProperties object itself.
    • isAccountOnboarded

      public OnboardingStatus isAccountOnboarded()
      Get the isAccountOnboarded property: indicates whether account onboarded or not in a given region.
      Returns:
      the isAccountOnboarded value.
    • nodes

      public Integer nodes()
      Get the nodes property: total nodes purchased.
      Returns:
      the nodes value.
    • serviceUrl

      public String serviceUrl()
      Get the serviceUrl property: link to a service management web portal.
      Returns:
      the serviceUrl value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.