Class ClusterResourceProperties


  • public final class ClusterResourceProperties
    extends Object
    Service properties payload.
    • Constructor Detail

      • ClusterResourceProperties

        public ClusterResourceProperties()
    • Method Detail

      • provisioningState

        public ProvisioningState provisioningState()
        Get the provisioningState property: Provisioning state of the Service.
        Returns:
        the provisioningState value.
      • networkProfile

        public NetworkProfile networkProfile()
        Get the networkProfile property: Network profile of the Service.
        Returns:
        the networkProfile value.
      • withNetworkProfile

        public ClusterResourceProperties withNetworkProfile​(NetworkProfile networkProfile)
        Set the networkProfile property: Network profile of the Service.
        Parameters:
        networkProfile - the networkProfile value to set.
        Returns:
        the ClusterResourceProperties object itself.
      • version

        public Integer version()
        Get the version property: Version of the Service.
        Returns:
        the version value.
      • serviceId

        public String serviceId()
        Get the serviceId property: ServiceInstanceEntity GUID which uniquely identifies a created resource.
        Returns:
        the serviceId value.
      • validate

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