Class VMIdentity

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class VMIdentity
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<VMIdentityBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    VMIdentity configures the identity attached to the VM.
    See Also:
    Serialized Form
    • Constructor Detail

      • VMIdentity

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

      • getType

        public String getType()
        Type specifies the type of identity to be used.
      • setType

        public void setType​(String type)
        Type specifies the type of identity to be used.
      • getUserAssignedIdentities

        public List<UserAssignedIdentity> getUserAssignedIdentities()
        UserAssignedIdentities is a list of identities to be attached to a node. Only one user-assigned identity may be supplied. Supplying more than one user-assigned identity is an experimental feature which may be enabled with the MachineAPIMigration feature gate.
      • setUserAssignedIdentities

        public void setUserAssignedIdentities​(List<UserAssignedIdentity> userAssignedIdentities)
        UserAssignedIdentities is a list of identities to be attached to a node. Only one user-assigned identity may be supplied. Supplying more than one user-assigned identity is an experimental feature which may be enabled with the MachineAPIMigration feature gate.
      • getAdditionalProperties

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

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

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