ProjectsLocationsPrivateCloudsManagementDnsZoneBindingsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(ManagementDnsZoneBinding request, String parent, {String? managementDnsZoneBindingId, String? requestId, String? $fields})
→ Future<Operation>
-
Creates a new
ManagementDnsZoneBinding
resource in a private cloud.
-
delete(String name, {String? requestId, String? $fields})
→ Future<Operation>
-
Deletes a
ManagementDnsZoneBinding
resource.
-
get(String name, {String? $fields})
→ Future<ManagementDnsZoneBinding>
-
Retrieves a 'ManagementDnsZoneBinding' resource by its resource name.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListManagementDnsZoneBindingsResponse>
-
Lists Consumer VPCs bound to Management DNS Zone of a given private cloud.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(ManagementDnsZoneBinding request, String name, {String? requestId, String? updateMask, String? $fields})
→ Future<Operation>
-
Updates a
ManagementDnsZoneBinding
resource.
-
repair(RepairManagementDnsZoneBindingRequest request, String name, {String? $fields})
→ Future<Operation>
-
Retries to create a
ManagementDnsZoneBinding
resource that is in failed
state.
-
toString()
→ String
-
A string representation of this object.
inherited