Class UserAssignedIdentity
- java.lang.Object
-
- io.fabric8.openshift.api.model.installer.azure.v1.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 Summary
Constructors Constructor Description UserAssignedIdentity()No args constructor for use in serializationUserAssignedIdentity(String name, String resourceGroup, String subscription)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserAssignedIdentityBuilderedit()Map<String,Object>getAdditionalProperties()StringgetName()Name is the name of the user-assigned identity to be assigned to the node.StringgetResourceGroup()ResourceGroup is the resource group that contains the user-assigned identity.StringgetSubscription()Subscription is the subscription that contains the user-assigned identity.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetName(String name)Name is the name of the user-assigned identity to be assigned to the node.voidsetResourceGroup(String resourceGroup)ResourceGroup is the resource group that contains the user-assigned identity.voidsetSubscription(String subscription)Subscription is the subscription that contains the user-assigned identity.UserAssignedIdentityBuildertoBuilder()
-
-
-
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.
-
edit
public UserAssignedIdentityBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<UserAssignedIdentityBuilder>
-
toBuilder
public UserAssignedIdentityBuilder toBuilder()
-
-