Class OdbNetwork
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<OdbNetwork.Builder,
OdbNetwork>
Information about an ODB network.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal String
The Amazon Web Services Availability Zone (AZ) where the ODB network is located.final String
The AZ ID of the AZ where the ODB network is located.final String
The CIDR range of the backup subnet in the ODB network.static OdbNetwork.Builder
builder()
final String
The CIDR range of the client subnet in the ODB network.final Instant
The date and time when the ODB network was created.final String
The domain name for the resources in the ODB network.final String
The DNS prefix to the default DNS domain name.final String
The user-friendly name of the ODB network.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final boolean
For responses, this returns true if the service returned a value for the OciDnsForwardingConfigs property.final boolean
For responses, this returns true if the service returned a value for the PeeredCidrs property.final ManagedServices
The managed services configuration for the ODB network.final List
<OciDnsForwardingConfig> The DNS resolver endpoint in OCI for forwarding DNS queries for the ociPrivateZone domain.final String
The unique identifier of the OCI network anchor for the ODB network.final String
The URL of the OCI network anchor for the ODB network.final String
The name of the OCI resource anchor that's associated with the ODB network.final String
ociVcnId()
The Oracle Cloud ID (OCID) for the Virtual Cloud Network (VCN) that's associated with the ODB network.final String
The URL for the VCN that's associated with the ODB network.final String
The Amazon Resource Name (ARN) of the ODB network.final String
The unique identifier of the ODB network.The list of CIDR ranges from the peered VPC that are allowed access to the ODB network.final Float
The amount of progress made on the current operation on the ODB network, expressed as a percentage.static Class
<? extends OdbNetwork.Builder> final ResourceStatus
status()
The current status of the ODB network.final String
The current status of the ODB network.final String
Additional information about the current status of the ODB network.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
odbNetworkId
The unique identifier of the ODB network.
- Returns:
- The unique identifier of the ODB network.
-
displayName
The user-friendly name of the ODB network.
- Returns:
- The user-friendly name of the ODB network.
-
status
The current status of the ODB network.
If the service returns an enum value that is not available in the current SDK version,
status
will returnResourceStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- The current status of the ODB network.
- See Also:
-
statusAsString
The current status of the ODB network.
If the service returns an enum value that is not available in the current SDK version,
status
will returnResourceStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- The current status of the ODB network.
- See Also:
-
statusReason
Additional information about the current status of the ODB network.
- Returns:
- Additional information about the current status of the ODB network.
-
odbNetworkArn
The Amazon Resource Name (ARN) of the ODB network.
- Returns:
- The Amazon Resource Name (ARN) of the ODB network.
-
availabilityZone
The Amazon Web Services Availability Zone (AZ) where the ODB network is located.
- Returns:
- The Amazon Web Services Availability Zone (AZ) where the ODB network is located.
-
availabilityZoneId
The AZ ID of the AZ where the ODB network is located.
- Returns:
- The AZ ID of the AZ where the ODB network is located.
-
clientSubnetCidr
The CIDR range of the client subnet in the ODB network.
- Returns:
- The CIDR range of the client subnet in the ODB network.
-
backupSubnetCidr
The CIDR range of the backup subnet in the ODB network.
- Returns:
- The CIDR range of the backup subnet in the ODB network.
-
customDomainName
The domain name for the resources in the ODB network.
- Returns:
- The domain name for the resources in the ODB network.
-
defaultDnsPrefix
The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.
- Returns:
- The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.
-
hasPeeredCidrs
public final boolean hasPeeredCidrs()For responses, this returns true if the service returned a value for the PeeredCidrs property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
peeredCidrs
The list of CIDR ranges from the peered VPC that are allowed access to the ODB network.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasPeeredCidrs()
method.- Returns:
- The list of CIDR ranges from the peered VPC that are allowed access to the ODB network.
-
ociNetworkAnchorId
The unique identifier of the OCI network anchor for the ODB network.
- Returns:
- The unique identifier of the OCI network anchor for the ODB network.
-
ociNetworkAnchorUrl
The URL of the OCI network anchor for the ODB network.
- Returns:
- The URL of the OCI network anchor for the ODB network.
-
ociResourceAnchorName
The name of the OCI resource anchor that's associated with the ODB network.
- Returns:
- The name of the OCI resource anchor that's associated with the ODB network.
-
ociVcnId
The Oracle Cloud ID (OCID) for the Virtual Cloud Network (VCN) that's associated with the ODB network.
- Returns:
- The Oracle Cloud ID (OCID) for the Virtual Cloud Network (VCN) that's associated with the ODB network.
-
ociVcnUrl
The URL for the VCN that's associated with the ODB network.
- Returns:
- The URL for the VCN that's associated with the ODB network.
-
hasOciDnsForwardingConfigs
public final boolean hasOciDnsForwardingConfigs()For responses, this returns true if the service returned a value for the OciDnsForwardingConfigs property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
ociDnsForwardingConfigs
The DNS resolver endpoint in OCI for forwarding DNS queries for the ociPrivateZone domain.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasOciDnsForwardingConfigs()
method.- Returns:
- The DNS resolver endpoint in OCI for forwarding DNS queries for the ociPrivateZone domain.
-
createdAt
The date and time when the ODB network was created.
- Returns:
- The date and time when the ODB network was created.
-
percentProgress
The amount of progress made on the current operation on the ODB network, expressed as a percentage.
- Returns:
- The amount of progress made on the current operation on the ODB network, expressed as a percentage.
-
managedServices
The managed services configuration for the ODB network.
- Returns:
- The managed services configuration for the ODB network.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<OdbNetwork.Builder,
OdbNetwork> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-