VMware vSphere Automation SDK for .NET 7.0.0.1
|
Defines the type descriptors for the top-level types in com.vmware.appliance.recovery.backup
package.
More...
Static Public Attributes | |
static global::System.Lazy < vmware.vapi.bindings.type.StructType > | locationSpec |
Defines the type descriptors for the top-level types in com.vmware.appliance.recovery.backup
package.
WARNING: Internal class, subject to change in future versions.
global::System.Lazy<vmware.vapi.bindings.type.StructType> vmware::appliance::recovery::backup::StructDefinitions::locationSpec [static] |
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("location", new vmware.vapi.bindings.type.UriType()); fields.Add("location_user", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.StringType())); fields.Add("location_password", new vmware.vapi.bindings.type.OptionalType(new vmware.vapi.bindings.type.SecretType())); global::System.Collections.Generic.List<vmware.vapi.data.ConstraintValidator> validators = null; return new vmware.vapi.bindings.type.StructType("com.vmware.appliance.recovery.backup.location_spec", fields, typeof(vmware.appliance.recovery.backup.LocationSpec), validators, false, null); })