VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::appliance::LocalAccountsDefinitions Class Reference

Defines the type descriptors for the LocalAccounts API service. More...

List of all members.

Static Public Attributes

static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
info
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
config
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
updateConfig
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
get_Input
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
get_Output
static
vmware.vapi.inner.bindings.OperationDef 
get_Def
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
listInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
listOutput
static
vmware.vapi.inner.bindings.OperationDef 
listDef
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
createInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
createOutput
static
vmware.vapi.inner.bindings.OperationDef 
createDef
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
set_Input
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
set_Output
static
vmware.vapi.inner.bindings.OperationDef 
set_Def
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
updateInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
updateOutput
static
vmware.vapi.inner.bindings.OperationDef 
updateDef
static global::System.Lazy
< vmware.vapi.bindings.type.StructType > 
deleteInput
static global::System.Lazy
< vmware.vapi.bindings.type.IType > 
deleteOutput
static
vmware.vapi.inner.bindings.OperationDef 
deleteDef
static readonly
global::System.Collections.Generic.List
< vmware.vapi.inner.bindings.OperationDef > 
__operationDefs

Detailed Description

Defines the type descriptors for the LocalAccounts API service.


Member Data Documentation

readonly global::System.Collections.Generic.List<vmware.vapi.inner.bindings.OperationDef> vmware::appliance::LocalAccountsDefinitions::__operationDefs [static]
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::LocalAccountsDefinitions::config [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.StructType>(() =>
            {
                global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType> fields =
                    new global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType>();
                fields.Add("password", new vmware.vapi.bindings.type.SecretType());
                fields.Add("old_password", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.SecretType()));
                fields.Add("full_name", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType()));
                fields.Add("email", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType()));
                fields.Add("roles", new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.IdType("com.vmware.appliance.roles")));
                fields.Add("enabled", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.BooleanType()));
                fields.Add("password_expires", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.BooleanType()));
                fields.Add("password_expires_at", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.DateTimeType()));
                fields.Add("inactive_after_password_expiration", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.BooleanType()));
                fields.Add("days_after_password_expiration", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("min_days_between_password_change", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("max_days_between_password_change", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("warn_days_before_password_expiration", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.appliance.local_accounts.config", fields, typeof(vmware.appliance.LocalAccountsTypes.Config), validators, false, null);
            })
vmware.vapi.inner.bindings.OperationDef vmware::appliance::LocalAccountsDefinitions::createDef [static]
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::LocalAccountsDefinitions::createInput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.StructType>(() =>
            {
                global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType> fields =
                    new global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType>();
                fields.Add("username", new vmware.vapi.bindings.type.IdType("com.vmware.appliance.local_accounts"));
                fields.Add("config", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.appliance.LocalAccountsDefinitions.config.Value)));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("operation-input", fields, typeof(vmware.vapi.data.StructValue), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.IType> vmware::appliance::LocalAccountsDefinitions::createOutput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
            {
                return new vmware.vapi.bindings.type.VoidType();
            })
vmware.vapi.inner.bindings.OperationDef vmware::appliance::LocalAccountsDefinitions::deleteDef [static]
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::LocalAccountsDefinitions::deleteInput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.StructType>(() =>
            {
                global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType> fields =
                    new global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType>();
                fields.Add("username", new vmware.vapi.bindings.type.IdType("com.vmware.appliance.local_accounts"));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("operation-input", fields, typeof(vmware.vapi.data.StructValue), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.IType> vmware::appliance::LocalAccountsDefinitions::deleteOutput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
            {
                return new vmware.vapi.bindings.type.VoidType();
            })
vmware.vapi.inner.bindings.OperationDef vmware::appliance::LocalAccountsDefinitions::get_Def [static]
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::LocalAccountsDefinitions::get_Input [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.StructType>(() =>
            {
                global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType> fields =
                    new global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType>();
                fields.Add("username", new vmware.vapi.bindings.type.StringType());
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("operation-input", fields, typeof(vmware.vapi.data.StructValue), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.IType> vmware::appliance::LocalAccountsDefinitions::get_Output [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
            {
                return new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.appliance.LocalAccountsDefinitions.info.Value));
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::LocalAccountsDefinitions::info [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.StructType>(() =>
            {
                global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType> fields =
                    new global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType>();
                fields.Add("fullname", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType()));
                fields.Add("email", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType()));
                fields.Add("roles", new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.IdType("com.vmware.appliance.roles")));
                fields.Add("enabled", new vmware.vapi.bindings.type.BooleanType());
                fields.Add("has_password", new vmware.vapi.bindings.type.BooleanType());
                fields.Add("last_password_change", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.DateTimeType()));
                fields.Add("password_expires_at", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.DateTimeType()));
                fields.Add("inactive_at", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.DateTimeType()));
                fields.Add("min_days_between_password_change", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("max_days_between_password_change", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("warn_days_before_password_expiration", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.appliance.local_accounts.info", fields, typeof(vmware.appliance.LocalAccountsTypes.Info), validators, false, null);
            })
vmware.vapi.inner.bindings.OperationDef vmware::appliance::LocalAccountsDefinitions::listDef [static]
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::LocalAccountsDefinitions::listInput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.StructType>(() =>
            {
                global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType> fields =
                    new global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType>();
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("operation-input", fields, typeof(vmware.vapi.data.StructValue), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.IType> vmware::appliance::LocalAccountsDefinitions::listOutput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
            {
                return new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.IdType("com.vmware.appliance.local_accounts"));
            })
vmware.vapi.inner.bindings.OperationDef vmware::appliance::LocalAccountsDefinitions::set_Def [static]
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::LocalAccountsDefinitions::set_Input [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.StructType>(() =>
            {
                global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType> fields =
                    new global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType>();
                fields.Add("username", new vmware.vapi.bindings.type.IdType("com.vmware.appliance.local_accounts"));
                fields.Add("config", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.appliance.LocalAccountsDefinitions.config.Value)));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("operation-input", fields, typeof(vmware.vapi.data.StructValue), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.IType> vmware::appliance::LocalAccountsDefinitions::set_Output [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
            {
                return new vmware.vapi.bindings.type.VoidType();
            })
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::LocalAccountsDefinitions::updateConfig [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.StructType>(() =>
            {
                global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType> fields =
                    new global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType>();
                fields.Add("password", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.SecretType()));
                fields.Add("old_password", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.SecretType()));
                fields.Add("full_name", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType()));
                fields.Add("email", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType()));
                fields.Add("roles", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.ListType(new vmware.vapi.bindings.type.IdType("com.vmware.appliance.roles"))));
                fields.Add("enabled", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.BooleanType()));
                fields.Add("password_expires", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.BooleanType()));
                fields.Add("password_expires_at", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.DateTimeType()));
                fields.Add("inactive_after_password_expiration", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.BooleanType()));
                fields.Add("days_after_password_expiration", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("min_days_between_password_change", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("max_days_between_password_change", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                fields.Add("warn_days_before_password_expiration", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.IntegerType()));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("com.vmware.appliance.local_accounts.update_config", fields, typeof(vmware.appliance.LocalAccountsTypes.UpdateConfig), validators, false, null);
            })
vmware.vapi.inner.bindings.OperationDef vmware::appliance::LocalAccountsDefinitions::updateDef [static]
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::LocalAccountsDefinitions::updateInput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.StructType>(() =>
            {
                global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType> fields =
                    new global::System.Collections.Generic.Dictionary<string, vmware.vapi.bindings.type.IType>();
                fields.Add("username", new vmware.vapi.bindings.type.IdType("com.vmware.appliance.local_accounts"));
                fields.Add("config", new vmware.vapi.bindings.type.TypeReferenceImpl(new global::System.Lazy<vmware.vapi.bindings.type.IType>(() => vmware.appliance.LocalAccountsDefinitions.updateConfig.Value)));
                global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null;
                return new vmware.vapi.bindings.type.StructType("operation-input", fields, typeof(vmware.vapi.data.StructValue), validators, false, null);
            })
global::System.Lazy<vmware.vapi.bindings.type.IType> vmware::appliance::LocalAccountsDefinitions::updateOutput [static]
Initial value:
            new global::System.Lazy<vmware.vapi.bindings.type.IType>(() =>
            {
                return new vmware.vapi.bindings.type.VoidType();
            })

The documentation for this class was generated from the following file: