Package | Description |
---|---|
com.oracle.bmc.cloudbridge.model |
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Tag> |
AwsEc2Properties.getTags()
Any tags assigned to the instance.
|
List<Tag> |
AwsEbsProperties.getTags()
Any tags assigned to the volume.
|
Modifier and Type | Method and Description |
---|---|
Tag.Builder |
Tag.Builder.copy(Tag model) |
Modifier and Type | Method and Description |
---|---|
AwsEc2Properties.Builder |
AwsEc2Properties.Builder.tags(List<Tag> tags)
Any tags assigned to the instance.
|
AwsEbsProperties.Builder |
AwsEbsProperties.Builder.tags(List<Tag> tags)
Any tags assigned to the volume.
|
Constructor and Description |
---|
AwsEbsProperties(List<VolumeAttachment> attachments,
String availabilityZone,
Boolean isEncrypted,
Integer iops,
Boolean isMultiAttachEnabled,
Integer sizeInGiBs,
String status,
List<Tag> tags,
Integer throughput,
String volumeKey,
String volumeType)
Deprecated.
|
AwsEc2Properties(String architecture,
String bootMode,
String capacityReservationKey,
Boolean areElasticInferenceAcceleratorsPresent,
Boolean isEnclaveOptions,
Boolean isHibernationOptions,
String imageKey,
String instanceKey,
String instanceLifecycle,
String instanceType,
String ipAddress,
String ipv6Address,
String kernelKey,
Date timeLaunch,
List<String> licenses,
String maintenanceOptions,
String monitoring,
List<InstanceNetworkInterface> networkInterfaces,
Placement placement,
String privateDnsName,
String privateIpAddress,
String rootDeviceName,
String rootDeviceType,
List<GroupIdentifier> securityGroups,
Boolean isSourceDestCheck,
Boolean isSpotInstance,
String sriovNetSupport,
InstanceState state,
String subnetKey,
List<Tag> tags,
String tpmSupport,
String virtualizationType,
String vpcKey)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.