public static class EdgeSubnet.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
EdgeSubnet |
build() |
EdgeSubnet.Builder |
cidr(String cidr)
An edge node subnet.
|
EdgeSubnet.Builder |
copy(EdgeSubnet model) |
EdgeSubnet.Builder |
region(String region)
The name of the region containing the indicated subnet.
|
EdgeSubnet.Builder |
timeModified(Date timeModified)
The date and time the last change was made to the indicated edge node subnet, expressed
in RFC 3339 timestamp format.
|
public EdgeSubnet.Builder cidr(String cidr)
An edge node subnet. This can include /24 or /8 addresses.
cidr
- the value to setpublic EdgeSubnet.Builder timeModified(Date timeModified)
The date and time the last change was made to the indicated edge node subnet, expressed in RFC 3339 timestamp format.
timeModified
- the value to setpublic EdgeSubnet.Builder region(String region)
The name of the region containing the indicated subnet.
region
- the value to setpublic EdgeSubnet build()
public EdgeSubnet.Builder copy(EdgeSubnet model)
Copyright © 2016–2024. All rights reserved.