Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
Commitment.Builder |
Commitment.Builder.addAllResources(List<ResourceCommitment> resources)
A list of commitment amounts for particular resources.
|
Commitment.Builder |
Commitment.Builder.addResources(ResourceCommitment resources)
A list of commitment amounts for particular resources.
|
Commitment.Builder |
Commitment.Builder.clone() |
Commitment.Builder |
Commitment.Builder.mergeFrom(Commitment other) |
static Commitment.Builder |
Commitment.newBuilder() |
static Commitment.Builder |
Commitment.newBuilder(Commitment prototype) |
Commitment.Builder |
Commitment.Builder.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
Commitment.Builder |
Commitment.Builder.setDescription(String description)
An optional description of this resource.
|
Commitment.Builder |
Commitment.Builder.setEndTimestamp(String endTimestamp)
[Output Only] Commitment end time in RFC3339 text format.
|
Commitment.Builder |
Commitment.Builder.setId(String id)
[Output Only] The unique identifier for the resource.
|
Commitment.Builder |
Commitment.Builder.setKind(String kind)
[Output Only] Type of the resource.
|
Commitment.Builder |
Commitment.Builder.setName(String name)
Name of the resource.
|
Commitment.Builder |
Commitment.Builder.setPlan(String plan)
The plan for this commitment, which determines duration and discount rate.
|
Commitment.Builder |
Commitment.Builder.setRegion(String region)
[Output Only] URL of the region where this commitment may be used.
|
Commitment.Builder |
Commitment.Builder.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
Commitment.Builder |
Commitment.Builder.setStartTimestamp(String startTimestamp)
[Output Only] Commitment start time in RFC3339 text format.
|
Commitment.Builder |
Commitment.Builder.setStatus(String status)
[Output Only] Status of the commitment with regards to eventual expiration (each commitment
has an end date defined).
|
Commitment.Builder |
Commitment.Builder.setStatusMessage(String statusMessage)
[Output Only] An optional, human-readable explanation of the status.
|
Commitment.Builder |
Commitment.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.