Class GetDeviceAwsLocation
- java.lang.Object
-
- com.pulumi.aws.networkmanager.outputs.GetDeviceAwsLocation
-
public final class GetDeviceAwsLocation extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetDeviceAwsLocation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetDeviceAwsLocation.Builder
builder()
static GetDeviceAwsLocation.Builder
builder(GetDeviceAwsLocation defaults)
java.lang.String
subnetArn()
java.lang.String
zone()
-
-
-
Method Detail
-
subnetArn
public java.lang.String subnetArn()
- Returns:
- ARN of the subnet that the device is located in.
-
zone
public java.lang.String zone()
- Returns:
- Zone that the device is located in.
-
builder
public static GetDeviceAwsLocation.Builder builder()
-
builder
public static GetDeviceAwsLocation.Builder builder(GetDeviceAwsLocation defaults)
-
-