Class AzureFailureDomain

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class AzureFailureDomain
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<AzureFailureDomainBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    AzureFailureDomain configures failure domain information for the Azure platform.
    See Also:
    Serialized Form
    • Constructor Detail

      • AzureFailureDomain

        public AzureFailureDomain()
        No args constructor for use in serialization
      • AzureFailureDomain

        public AzureFailureDomain​(String subnet,
                                  String zone)
    • Method Detail

      • getSubnet

        public String getSubnet()
        subnet is the name of the network subnet in which the VM will be created. When omitted, the subnet value from the machine providerSpec template will be used.
      • setSubnet

        public void setSubnet​(String subnet)
        subnet is the name of the network subnet in which the VM will be created. When omitted, the subnet value from the machine providerSpec template will be used.
      • getZone

        public String getZone()
        Availability Zone for the virtual machine. If nil, the virtual machine should be deployed to no zone.
      • setZone

        public void setZone​(String zone)
        Availability Zone for the virtual machine. If nil, the virtual machine should be deployed to no zone.
      • getAdditionalProperties

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

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

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