|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the TrustAuthorityClusters API service. More...
Inherits vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters.
Public Member Functions | |
| TrustAuthorityClustersStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
| TrustAuthorityClustersStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
| string | Update_Task (string cluster, vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.UpdateSpec spec) |
| Updates the state of a cluster. | |
| string | Update_Task (string cluster, vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.UpdateSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Updates the state of a cluster. | |
| vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Info | Get (string cluster) |
| Get the result of the last Update operation which matches the cluster id. | |
| vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Info | Get (string cluster, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Get the result of the last Update operation which matches the cluster id. | |
| global::System.Threading.Tasks.Task < vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Info > | GetAsync (string cluster) |
| Get the result of the last Update operation which matches the cluster id. | |
| global::System.Threading.Tasks.Task < vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Info > | GetAsync (string cluster, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Get the result of the last Update operation which matches the cluster id. | |
| global::System.Collections.Generic.List < vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Summary > | List (vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.FilterSpec spec) |
| Returns a list of clusters for this vCenter instance which matches the TrustAuthorityClusters.FilterSpec . | |
| global::System.Collections.Generic.List < vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Summary > | List (vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.FilterSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns a list of clusters for this vCenter instance which matches the TrustAuthorityClusters.FilterSpec . | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Summary > > | ListAsync (vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.FilterSpec spec) |
| Returns a list of clusters for this vCenter instance which matches the TrustAuthorityClusters.FilterSpec . | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Summary > > | ListAsync (vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.FilterSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns a list of clusters for this vCenter instance which matches the TrustAuthorityClusters.FilterSpec . | |
Remote stub implementation of the TrustAuthorityClusters API service.
| vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub::TrustAuthorityClustersStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.TypeConverter | typeConverter, | ||
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub::TrustAuthorityClustersStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Info vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub::Get | ( | string | cluster | ) | [inline] |
Get the result of the last Update operation which matches the cluster id.
This method was added in vSphere API 7.0.0.
| vmware.vapi.std.errors.Error | if there is a generic error. |
| vmware.vapi.std.errors.NotFound | if cluster doesn't match to any ClusterComputeResource. |
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| cluster | Cluster id. The parameter must be an identifier for the resource type: ClusterComputeResource . |
Implements vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters.
| vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Info vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub::Get | ( | string | cluster, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Get the result of the last Update operation which matches the cluster id.
This method was added in vSphere API 7.0.0.
| vmware.vapi.std.errors.Error | if there is a generic error. |
| vmware.vapi.std.errors.NotFound | if cluster doesn't match to any ClusterComputeResource. |
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| cluster | Cluster id. The parameter must be an identifier for the resource type: ClusterComputeResource . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters.
| global::System.Threading.Tasks.Task<vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Info> vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub::GetAsync | ( | string | cluster | ) | [inline] |
Get the result of the last Update operation which matches the cluster id.
This method was added in vSphere API 7.0.0.
| vmware.vapi.std.errors.Error | if there is a generic error. |
| vmware.vapi.std.errors.NotFound | if cluster doesn't match to any ClusterComputeResource. |
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| cluster | Cluster id. The parameter must be an identifier for the resource type: ClusterComputeResource . |
Implements vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters.
| global::System.Threading.Tasks.Task<vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Info> vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub::GetAsync | ( | string | cluster, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Get the result of the last Update operation which matches the cluster id.
This method was added in vSphere API 7.0.0.
| vmware.vapi.std.errors.Error | if there is a generic error. |
| vmware.vapi.std.errors.NotFound | if cluster doesn't match to any ClusterComputeResource. |
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| cluster | Cluster id. The parameter must be an identifier for the resource type: ClusterComputeResource . |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters.
| global::System.Collections.Generic.List<vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Summary> vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub::List | ( | vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.FilterSpec | spec, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Returns a list of clusters for this vCenter instance which matches the TrustAuthorityClusters.FilterSpec .
This method was added in vSphere API 7.0.0.
| vmware.vapi.std.errors.Error | if there is a generic error. |
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| spec | Return only clusters matching the specified filters. If {.unset} return all clusters. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters.
| global::System.Collections.Generic.List<vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Summary> vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub::List | ( | vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.FilterSpec | spec | ) | [inline] |
Returns a list of clusters for this vCenter instance which matches the TrustAuthorityClusters.FilterSpec .
This method was added in vSphere API 7.0.0.
| vmware.vapi.std.errors.Error | if there is a generic error. |
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| spec | Return only clusters matching the specified filters. If {.unset} return all clusters. |
Implements vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Summary> > vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub::ListAsync | ( | vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.FilterSpec | spec, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Returns a list of clusters for this vCenter instance which matches the TrustAuthorityClusters.FilterSpec .
This method was added in vSphere API 7.0.0.
| vmware.vapi.std.errors.Error | if there is a generic error. |
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| spec | Return only clusters matching the specified filters. If {.unset} return all clusters. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.Summary> > vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub::ListAsync | ( | vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.FilterSpec | spec | ) | [inline] |
Returns a list of clusters for this vCenter instance which matches the TrustAuthorityClusters.FilterSpec .
This method was added in vSphere API 7.0.0.
| vmware.vapi.std.errors.Error | if there is a generic error. |
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| spec | Return only clusters matching the specified filters. If {.unset} return all clusters. |
Implements vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters.
| string vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub::Update_Task | ( | string | cluster, |
| vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.UpdateSpec | spec | ||
| ) | [inline] |
Updates the state of a cluster.
This method was added in vSphere API 7.0.0.
Task method overload. Result of the invocation is a task identifier which is going to be returned by this method.
| vmware.vapi.std.errors.Error | if there is a generic error. |
| vmware.vapi.std.errors.NotFound | if spec doesn't match to any cluster compute resource. |
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| cluster | Cluster id. The parameter must be an identifier for the resource type: ClusterComputeResource . |
| spec | The specification for update of a cluster. |
Implements vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters.
| string vmware::vcenter::trusted_infrastructure::TrustAuthorityClustersStub::Update_Task | ( | string | cluster, |
| vmware.vcenter.trusted_infrastructure.TrustAuthorityClustersTypes.UpdateSpec | spec, | ||
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Updates the state of a cluster.
This method was added in vSphere API 7.0.0.
Task method overload. Result of the invocation is a task identifier which is going to be returned by this method.
| vmware.vapi.std.errors.Error | if there is a generic error. |
| vmware.vapi.std.errors.NotFound | if spec doesn't match to any cluster compute resource. |
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| cluster | Cluster id. The parameter must be an identifier for the resource type: ClusterComputeResource . |
| spec | The specification for update of a cluster. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::trusted_infrastructure::TrustAuthorityClusters.