VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for ExtraConfigParams. More...
Public Member Functions | |
Builder () | |
Constructor with parameters for the required properties of ExtraConfigParams. | |
Builder | SetExtraConfigs (global::System.Collections.Generic.List< vmware.vcenter.ovf.ExtraConfig > extraConfigs) |
List of vmw:ExtraConfig elements in the OVF package. | |
Builder | SetExcludeKeys (global::System.Collections.Generic.List< string > excludeKeys) |
Specifies which extra configuration items in the list in the extraConfigs field should be ignored during deployment. | |
Builder | SetIncludeKeys (global::System.Collections.Generic.List< string > includeKeys) |
Specifies which extra configuration items in the list in the extraConfigs field should be included during deployment. | |
Builder | SetType (string type) |
Unique identifier describing the type of the OVF parameters. | |
ExtraConfigParams | Build () |
Builder class for ExtraConfigParams.
vmware::vcenter::ovf::ExtraConfigParams::Builder::Builder | ( | ) | [inline] |
Constructor with parameters for the required properties of ExtraConfigParams.
ExtraConfigParams vmware::vcenter::ovf::ExtraConfigParams::Builder::Build | ( | ) | [inline] |
Builder vmware::vcenter::ovf::ExtraConfigParams::Builder::SetExcludeKeys | ( | global::System.Collections.Generic.List< string > | excludeKeys | ) | [inline] |
Specifies which extra configuration items in the list in the extraConfigs
field
should be ignored during deployment.
If set, the given keys for extra configurations will be ignored during deployment. The key is defined in the ExtraConfig.key field.
Builder vmware::vcenter::ovf::ExtraConfigParams::Builder::SetExtraConfigs | ( | global::System.Collections.Generic.List< vmware.vcenter.ovf.ExtraConfig > | extraConfigs | ) | [inline] |
List of vmw:ExtraConfig elements in the OVF package.
Builder vmware::vcenter::ovf::ExtraConfigParams::Builder::SetIncludeKeys | ( | global::System.Collections.Generic.List< string > | includeKeys | ) | [inline] |
Specifies which extra configuration items in the list in the extraConfigs
field
should be included during deployment.
If set, all but the given keys for extra configurations will be ignored during deployment. The key is defined in the ExtraConfig.key field.
Builder vmware::vcenter::ovf::ExtraConfigParams::Builder::SetType | ( | string | type | ) | [inline] |
Unique identifier describing the type of the OVF parameters.
The value is the name of the OVF parameters class.