Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
ProjectZoneName |
ProjectZoneName.Builder.build() |
static ProjectZoneName |
ProjectZoneName.of(String project,
String zone) |
static ProjectZoneName |
ProjectZoneName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.resourcenames.ResourceNameFactory<ProjectZoneName> |
ProjectZoneName.newFactory() |
Modifier and Type | Method and Description |
---|---|
Zone |
ZoneClient.getZone(ProjectZoneName zone)
Returns the specified Zone resource.
|
Operation |
AutoscalerClient.insertAutoscaler(ProjectZoneName zone,
Autoscaler autoscalerResource)
Creates an autoscaler in the specified project using the data included in the request.
|
Operation |
DiskClient.insertDisk(ProjectZoneName zone,
Disk diskResource)
Creates a persistent disk in the specified project using the data in the request.
|
Operation |
InstanceClient.insertInstance(ProjectZoneName zone,
Instance instanceResource)
Creates an instance resource in the specified project using the data included in the request.
|
Operation |
InstanceGroupClient.insertInstanceGroup(ProjectZoneName zone,
InstanceGroup instanceGroupResource)
Creates an instance group in the specified project using the parameters that are included in
the request.
|
Operation |
InstanceGroupManagerClient.insertInstanceGroupManager(ProjectZoneName zone,
InstanceGroupManager instanceGroupManagerResource)
Creates a managed instance group using the information that you specify in the request.
|
Operation |
NetworkEndpointGroupClient.insertNetworkEndpointGroup(ProjectZoneName zone,
NetworkEndpointGroup networkEndpointGroupResource)
Creates a network endpoint group in the specified project using the parameters that are
included in the request.
|
Operation |
NodeGroupClient.insertNodeGroup(Integer initialNodeCount,
ProjectZoneName zone,
NodeGroup nodeGroupResource)
Creates a NodeGroup resource in the specified project using the data included in the request.
|
Operation |
TargetInstanceClient.insertTargetInstance(ProjectZoneName zone,
TargetInstance targetInstanceResource)
Creates a TargetInstance resource in the specified project and zone using the data included in
the request.
|
AcceleratorTypeClient.ListAcceleratorTypesPagedResponse |
AcceleratorTypeClient.listAcceleratorTypes(ProjectZoneName zone)
Retrieves a list of accelerator types available to the specified project.
|
AutoscalerClient.ListAutoscalersPagedResponse |
AutoscalerClient.listAutoscalers(ProjectZoneName zone)
Retrieves a list of autoscalers contained within the specified zone.
|
DiskClient.ListDisksPagedResponse |
DiskClient.listDisks(ProjectZoneName zone)
Retrieves a list of persistent disks contained within the specified zone.
|
DiskTypeClient.ListDiskTypesPagedResponse |
DiskTypeClient.listDiskTypes(ProjectZoneName zone)
Retrieves a list of disk types available to the specified project.
|
InstanceGroupManagerClient.ListInstanceGroupManagersPagedResponse |
InstanceGroupManagerClient.listInstanceGroupManagers(ProjectZoneName zone)
Retrieves a list of managed instance groups that are contained within the specified project and
zone.
|
InstanceGroupClient.ListInstanceGroupsPagedResponse |
InstanceGroupClient.listInstanceGroups(ProjectZoneName zone)
Retrieves the list of instance groups that are located in the specified project and zone.
|
InstanceClient.ListInstancesPagedResponse |
InstanceClient.listInstances(ProjectZoneName zone)
Retrieves the list of instances contained within the specified zone.
|
MachineTypeClient.ListMachineTypesPagedResponse |
MachineTypeClient.listMachineTypes(ProjectZoneName zone)
Retrieves a list of machine types available to the specified project.
|
NetworkEndpointGroupClient.ListNetworkEndpointGroupsPagedResponse |
NetworkEndpointGroupClient.listNetworkEndpointGroups(ProjectZoneName zone)
Retrieves the list of network endpoint groups that are located in the specified project and
zone.
|
NodeGroupClient.ListNodeGroupsPagedResponse |
NodeGroupClient.listNodeGroups(ProjectZoneName zone)
Retrieves a list of node groups available to the specified project.
|
NodeTypeClient.ListNodeTypesPagedResponse |
NodeTypeClient.listNodeTypes(ProjectZoneName zone)
Retrieves a list of node types available to the specified project.
|
TargetInstanceClient.ListTargetInstancesPagedResponse |
TargetInstanceClient.listTargetInstances(ProjectZoneName zone)
Retrieves a list of TargetInstance resources available to the specified project and zone.
|
ZoneOperationClient.ListZoneOperationsPagedResponse |
ZoneOperationClient.listZoneOperations(ProjectZoneName zone)
Retrieves a list of Operation resources contained within the specified zone.
|
Operation |
AutoscalerClient.patchAutoscaler(String autoscaler,
ProjectZoneName zone,
Autoscaler autoscalerResource,
List<String> fieldMask)
Updates an autoscaler in the specified project using the data included in the request.
|
Operation |
AutoscalerClient.updateAutoscaler(String autoscaler,
ProjectZoneName zone,
Autoscaler autoscalerResource,
List<String> fieldMask)
Updates an autoscaler in the specified project using the data included in the request.
|
Constructor and Description |
---|
Builder(ProjectZoneName projectZoneName) |
Copyright © 2019 Google LLC. All rights reserved.