Class UserAssignedIdentity

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class UserAssignedIdentity
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<UserAssignedIdentityBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    UserAssignedIdentity contains the fields that comprise a user-assigned identity.
    See Also:
    Serialized Form
    • Constructor Detail

      • UserAssignedIdentity

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

        public UserAssignedIdentity​(String name,
                                    String resourceGroup,
                                    String subscription)
    • Method Detail

      • getName

        public String getName()
        Name is the name of the user-assigned identity to be assigned to the node.
      • setName

        public void setName​(String name)
        Name is the name of the user-assigned identity to be assigned to the node.
      • getResourceGroup

        public String getResourceGroup()
        ResourceGroup is the resource group that contains the user-assigned identity.
      • setResourceGroup

        public void setResourceGroup​(String resourceGroup)
        ResourceGroup is the resource group that contains the user-assigned identity.
      • getSubscription

        public String getSubscription()
        Subscription is the subscription that contains the user-assigned identity.
      • setSubscription

        public void setSubscription​(String subscription)
        Subscription is the subscription that contains the user-assigned identity.
      • getAdditionalProperties

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

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

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