VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::ovf::OvfWarning::Builder Class Reference

Builder class for OvfWarning. More...

List of all members.

Public Member Functions

 Builder (vmware.vcenter.ovf.OvfMessage.Category category)
 Constructor with parameters for the required properties of OvfWarning.
Builder SetIssues (global::System.Collections.Generic.List< vmware.vcenter.ovf.ParseIssue > issues)
 List of parse issues (see ParseIssue ).
Builder SetName (string name)
 The name of input parameter.
Builder SetValue (string value_)
 The value of input parameter.
Builder SetMessage (vmware.vapi.std.LocalizableMessage message)
 A localizable message.
Builder SetError (vmware.vapi.bindings.IStructure error)
 Represents a server vmware.vapi.std.errors.Error .
OvfWarning Build ()

Detailed Description

Builder class for OvfWarning.


Constructor & Destructor Documentation

vmware::vcenter::ovf::OvfWarning::Builder::Builder ( vmware.vcenter.ovf.OvfMessage.Category  category) [inline]

Constructor with parameters for the required properties of OvfWarning.


Member Function Documentation

OvfWarning vmware::vcenter::ovf::OvfWarning::Builder::Build ( ) [inline]
Builder vmware::vcenter::ovf::OvfWarning::Builder::SetError ( vmware.vapi.bindings.IStructure  error) [inline]

Represents a server vmware.vapi.std.errors.Error .

When clients pass a value of this class as a parameter, the field must contain all the attributes defined in vmware.vapi.std.errors.Error . When methods return a value of this class as a result, the field will contain all the attributes defined in vmware.vapi.std.errors.Error .

Builder vmware::vcenter::ovf::OvfWarning::Builder::SetIssues ( global::System.Collections.Generic.List< vmware.vcenter.ovf.ParseIssue issues) [inline]

List of parse issues (see ParseIssue ).

Builder vmware::vcenter::ovf::OvfWarning::Builder::SetMessage ( vmware.vapi.std.LocalizableMessage  message) [inline]

A localizable message.

Builder vmware::vcenter::ovf::OvfWarning::Builder::SetName ( string  name) [inline]

The name of input parameter.

Builder vmware::vcenter::ovf::OvfWarning::Builder::SetValue ( string  value_) [inline]

The value of input parameter.


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