Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.ServiceAttachments.Insert |
Compute.ServiceAttachments.insert(String project,
String region,
ServiceAttachment content)
Creates a ServiceAttachment in the specified project in the given scope using the parameters that
are included in the request.
|
Constructor and Description |
---|
Insert(String project,
String region,
ServiceAttachment content)
Creates a ServiceAttachment in the specified project in the given scope using the parameters
that are included in the request.
|
Modifier and Type | Method and Description |
---|---|
ServiceAttachment |
ServiceAttachment.clone() |
ServiceAttachment |
ServiceAttachment.set(String fieldName,
Object value) |
ServiceAttachment |
ServiceAttachment.setConnectionPreference(String connectionPreference) |
ServiceAttachment |
ServiceAttachment.setConsumerForwardingRules(List<ServiceAttachmentConsumerForwardingRule> consumerForwardingRules)
An array of forwarding rules for all the consumers connected to this service attachment.
|
ServiceAttachment |
ServiceAttachment.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
ServiceAttachment |
ServiceAttachment.setDescription(String description)
An optional description of this resource.
|
ServiceAttachment |
ServiceAttachment.setId(BigInteger id)
[Output Only] The unique identifier for the resource type.
|
ServiceAttachment |
ServiceAttachment.setKind(String kind)
[Output Only] Type of the resource.
|
ServiceAttachment |
ServiceAttachment.setName(String name)
Name of the resource.
|
ServiceAttachment |
ServiceAttachment.setNatIpCidrRanges(List<String> natIpCidrRanges)
An array of IP CIDR ranges where each range is the url of the address resource which represents
the range provided by the service producer to use for NAT in this service attachment.
|
ServiceAttachment |
ServiceAttachment.setProducerForwardingRule(String producerForwardingRule)
The URL of a forwarding rule with loadBalancingScheme INTERNAL* that is serving the endpoint
identified by this service attachment.
|
ServiceAttachment |
ServiceAttachment.setRegion(String region)
[Output Only] URL of the region where the service attachment resides.
|
ServiceAttachment |
ServiceAttachment.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
Modifier and Type | Method and Description |
---|---|
List<ServiceAttachment> |
ServiceAttachmentList.getItems()
A list of ServiceAttachment resources.
|
Modifier and Type | Method and Description |
---|---|
ServiceAttachmentList |
ServiceAttachmentList.setItems(List<ServiceAttachment> items)
A list of ServiceAttachment resources.
|
Copyright © 2011–2020 Google. All rights reserved.