ProjectsLocationsPrivateCloudsResource class

Constructors

ProjectsLocationsPrivateCloudsResource(ApiRequester client)

Methods

create(PrivateCloud request, String parent, {String? privateCloudId, String? requestId, bool? validateOnly, String? $fields}) Future<Operation>
Creates a new PrivateCloud resource in a given project and location.
delete(String name, {int? delayHours, bool? force, String? requestId, String? $fields}) Future<Operation>
Schedules a PrivateCloud resource for deletion.
get(String name, {String? $fields}) Future<PrivateCloud>
Retrieves a PrivateCloud resource by its resource name.
getDnsForwarding(String name, {String? $fields}) Future<DnsForwarding>
Gets details of the DnsForwarding config.
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields}) Future<Policy>
Gets the access control policy for a resource.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListPrivateCloudsResponse>
Lists PrivateCloud resources in a given project and location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(PrivateCloud request, String name, {String? requestId, String? updateMask, String? $fields}) Future<Operation>
Modifies a PrivateCloud resource.
resetNsxCredentials(ResetNsxCredentialsRequest request, String privateCloud, {String? $fields}) Future<Operation>
Resets credentials of the NSX appliance.
resetVcenterCredentials(ResetVcenterCredentialsRequest request, String privateCloud, {String? $fields}) Future<Operation>
Resets credentials of the Vcenter appliance.
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Sets the access control policy on the specified resource.
showNsxCredentials(String privateCloud, {String? $fields}) Future<Credentials>
Gets details of credentials for NSX appliance.
showVcenterCredentials(String privateCloud, {String? username, String? $fields}) Future<Credentials>
Gets details of credentials for Vcenter appliance.
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields}) Future<TestIamPermissionsResponse>
Returns permissions that a caller has on the specified resource.
toString() String
A string representation of this object.
inherited
undelete(UndeletePrivateCloudRequest request, String name, {String? $fields}) Future<Operation>
Restores a private cloud that was previously scheduled for deletion by DeletePrivateCloud.
updateDnsForwarding(DnsForwarding request, String name, {String? requestId, String? updateMask, String? $fields}) Future<Operation>
Updates the parameters of the DnsForwarding config, like associated domains.

Operators

operator ==(Object other) bool
The equality operator.
inherited