@Beta public final class Network extends Resource
| Modifier and Type | Class and Description |
|---|---|
static class |
Network.Builder |
Resource.KindcreationTimestamp, description, id, kind, name, selfLink| Modifier | Constructor and Description |
|---|---|
protected |
Network(String id,
Date creationTimestamp,
URI selfLink,
String name,
String description,
String IPv4Range,
String gatewayIPv4) |
| Modifier and Type | Method and Description |
|---|---|
static Network.Builder |
builder() |
com.google.common.base.Optional<String> |
getGatewayIPv4()
This must be within the range specified by IPv4Range, and is typically the first usable address in that range.
|
String |
getIPv4Range() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Network.Builder |
toBuilder() |
String |
toString() |
equals, getCreationTimestamp, getDescription, getId, getKind, getName, getSelfLink, hashCodepublic String getIPv4Range()
public com.google.common.base.Optional<String> getGatewayIPv4()
protected com.google.common.base.Objects.ToStringHelper string()
public static Network.Builder builder()
public Network.Builder toBuilder()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.