Class AlibabaCloudPlatformStatus

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<AlibabaCloudPlatformStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class AlibabaCloudPlatformStatus
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<AlibabaCloudPlatformStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    AlibabaCloudPlatformStatus holds the current status of the Alibaba Cloud infrastructure provider.
    See Also:
    Serialized Form
    • Constructor Detail

      • AlibabaCloudPlatformStatus

        public AlibabaCloudPlatformStatus()
        No args constructor for use in serialization
    • Method Detail

      • getRegion

        public String getRegion()
        region specifies the region for Alibaba Cloud resources created for the cluster.
      • setRegion

        public void setRegion​(String region)
        region specifies the region for Alibaba Cloud resources created for the cluster.
      • getResourceGroupID

        public String getResourceGroupID()
        resourceGroupID is the ID of the resource group for the cluster.
      • setResourceGroupID

        public void setResourceGroupID​(String resourceGroupID)
        resourceGroupID is the ID of the resource group for the cluster.
      • getResourceTags

        public List<AlibabaCloudResourceTag> getResourceTags()
        resourceTags is a list of additional tags to apply to Alibaba Cloud resources created for the cluster.
      • setResourceTags

        public void setResourceTags​(List<AlibabaCloudResourceTag> resourceTags)
        resourceTags is a list of additional tags to apply to Alibaba Cloud resources created for the cluster.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)