@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.376Z") @Stability(value=Stable) public interface CfnDeviceProps extends software.amazon.jsii.JsiiSerializable
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 String |
getDescription()
`AWS::NetworkManager::Device.Description`.
|
String |
getGlobalNetworkId()
`AWS::NetworkManager::Device.GlobalNetworkId`.
|
default Object |
getLocation()
`AWS::NetworkManager::Device.Location`.
|
default String |
getModel()
`AWS::NetworkManager::Device.Model`.
|
default String |
getSerialNumber()
`AWS::NetworkManager::Device.SerialNumber`.
|
default String |
getSiteId()
`AWS::NetworkManager::Device.SiteId`.
|
default List<CfnTag> |
getTags()
`AWS::NetworkManager::Device.Tags`.
|
default String |
getType()
`AWS::NetworkManager::Device.Type`.
|
default String |
getVendor()
`AWS::NetworkManager::Device.Vendor`.
|
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull String getGlobalNetworkId()
@Stability(value=Stable) @Nullable default Object getLocation()
@Stability(value=Stable) @Nullable default String getModel()
@Stability(value=Stable) @Nullable default String getSerialNumber()
@Stability(value=Stable) @Nullable default String getSiteId()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) @Nullable default String getVendor()
@Stability(value=Stable) static CfnDeviceProps.Builder builder()
CfnDeviceProps.Builder of CfnDevicePropsCopyright © 2021. All rights reserved.