| Package | Description |
|---|---|
| com.google.api.services.storagetransfer.v1 | |
| com.google.api.services.storagetransfer.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Storagetransfer.Projects.AgentPools.Create |
Storagetransfer.Projects.AgentPools.create(String projectId,
AgentPool content)
Creates an agent pool resource.
|
Storagetransfer.Projects.AgentPools.Patch |
Storagetransfer.Projects.AgentPools.patch(String name,
AgentPool content)
Updates an existing agent pool resource.
|
| Constructor and Description |
|---|
Create(String projectId,
AgentPool content)
Creates an agent pool resource.
|
Patch(String name,
AgentPool content)
Updates an existing agent pool resource.
|
| Modifier and Type | Method and Description |
|---|---|
AgentPool |
AgentPool.clone() |
AgentPool |
AgentPool.set(String fieldName,
Object value) |
AgentPool |
AgentPool.setBandwidthLimit(BandwidthLimit bandwidthLimit)
Specifies the bandwidth limit details.
|
AgentPool |
AgentPool.setDisplayName(String displayName)
Specifies the client-specified AgentPool description.
|
AgentPool |
AgentPool.setName(String name)
Required.
|
AgentPool |
AgentPool.setState(String state)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<AgentPool> |
ListAgentPoolsResponse.getAgentPools()
A list of agent pools.
|
| Modifier and Type | Method and Description |
|---|---|
ListAgentPoolsResponse |
ListAgentPoolsResponse.setAgentPools(List<AgentPool> agentPools)
A list of agent pools.
|
Copyright © 2011–2024 Google. All rights reserved.