@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:56.177Z")
public interface CfnDeviceProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.networkmanager.*; CfnDeviceProps cfnDeviceProps = CfnDeviceProps.builder() .globalNetworkId("globalNetworkId") // the properties below are optional .description("description") .location(LocationProperty.builder() .address("address") .latitude("latitude") .longitude("longitude") .build()) .model("model") .serialNumber("serialNumber") .siteId("siteId") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .type("type") .vendor("vendor") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDeviceProps.Builder
A builder for
CfnDeviceProps |
static class |
CfnDeviceProps.Jsii$Proxy
An implementation for
CfnDeviceProps |
Modifier and Type | Method and Description |
---|---|
static CfnDeviceProps.Builder |
builder() |
default java.lang.String |
getDescription()
A description of the device.
|
java.lang.String |
getGlobalNetworkId()
The ID of the global network.
|
default java.lang.Object |
getLocation()
The site location.
|
default java.lang.String |
getModel()
The model of the device.
|
default java.lang.String |
getSerialNumber()
The serial number of the device.
|
default java.lang.String |
getSiteId()
The site ID.
|
default java.util.List<CfnTag> |
getTags()
The tags for the device.
|
default java.lang.String |
getType()
The device type.
|
default java.lang.String |
getVendor()
The vendor of the device.
|
java.lang.String getGlobalNetworkId()
default java.lang.String getDescription()
Constraints: Maximum length of 256 characters.
default java.lang.Object getLocation()
default java.lang.String getModel()
Constraints: Maximum length of 128 characters.
default java.lang.String getSerialNumber()
Constraints: Maximum length of 128 characters.
default java.lang.String getSiteId()
default java.util.List<CfnTag> getTags()
default java.lang.String getType()
default java.lang.String getVendor()
Constraints: Maximum length of 128 characters.
static CfnDeviceProps.Builder builder()
CfnDeviceProps.Builder
of CfnDeviceProps