public static class MountTargetSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MountTargetSummary.Builder |
availabilityDomain(String availabilityDomain)
The availability domain the mount target is in.
|
MountTargetSummary |
build() |
MountTargetSummary.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment that contains the mount target.
|
MountTargetSummary.Builder |
copy(MountTargetSummary model) |
MountTargetSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
MountTargetSummary.Builder |
displayName(String displayName)
A user-friendly name.
|
MountTargetSummary.Builder |
exportSetId(String exportSetId)
The OCID of the
associated export set.
|
MountTargetSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
MountTargetSummary.Builder |
id(String id)
The OCID of the
mount target.
|
MountTargetSummary.Builder |
lifecycleState(MountTargetSummary.LifecycleState lifecycleState)
The current state of the mount target.
|
MountTargetSummary.Builder |
locks(List<ResourceLock> locks)
Locks associated with this resource.
|
MountTargetSummary.Builder |
nsgIds(List<String> nsgIds)
A list of Network Security Group
OCIDs
associated with this mount target.
|
MountTargetSummary.Builder |
observedThroughput(Long observedThroughput)
Current billed throughput for mount target in Gbps.
|
MountTargetSummary.Builder |
privateIpIds(List<String> privateIpIds)
The OCIDs of the private IP addresses associated with this mount target.
|
MountTargetSummary.Builder |
requestedThroughput(Long requestedThroughput)
New throughput for mount target at the end of billing cycle in Gbps.
|
MountTargetSummary.Builder |
reservedStorageCapacity(Long reservedStorageCapacity)
Reserved capacity (GB) associated with this mount target.
|
MountTargetSummary.Builder |
subnetId(String subnetId)
The OCID of the
subnet the mount target is in.
|
MountTargetSummary.Builder |
timeBillingCycleEnd(Date timeBillingCycleEnd)
The date and time the mount target current billing cycle will end, expressed in RFC
3339 timestamp format.
|
MountTargetSummary.Builder |
timeCreated(Date timeCreated)
The date and time the mount target was created, expressed in RFC
3339 timestamp format.
|
public MountTargetSummary.Builder availabilityDomain(String availabilityDomain)
The availability domain the mount target is in. May be unset as a blank or NULL value.
Example: Uocm:PHX-AD-1
availabilityDomain
- the value to setpublic MountTargetSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the mount target.
compartmentId
- the value to setpublic MountTargetSummary.Builder displayName(String displayName)
A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information.
Example: My mount target
displayName
- the value to setpublic MountTargetSummary.Builder exportSetId(String exportSetId)
The OCID of the associated export set. Controls what file systems will be exported using Network File System (NFS) protocol on this mount target.
exportSetId
- the value to setpublic MountTargetSummary.Builder id(String id)
The OCID of the mount target.
id
- the value to setpublic MountTargetSummary.Builder lifecycleState(MountTargetSummary.LifecycleState lifecycleState)
The current state of the mount target.
lifecycleState
- the value to setpublic MountTargetSummary.Builder privateIpIds(List<String> privateIpIds)
The OCIDs of the private IP addresses associated with this mount target.
privateIpIds
- the value to setpublic MountTargetSummary.Builder subnetId(String subnetId)
The OCID of the subnet the mount target is in.
subnetId
- the value to setpublic MountTargetSummary.Builder nsgIds(List<String> nsgIds)
A list of Network Security Group OCIDs associated with this mount target. A maximum of 5 is allowed. Setting this to an empty array after the list is created removes the mount target from all NSGs. For more information about NSGs, see Security Rules.
nsgIds
- the value to setpublic MountTargetSummary.Builder timeBillingCycleEnd(Date timeBillingCycleEnd)
The date and time the mount target current billing cycle will end, expressed in RFC 3339 timestamp format. Once a cycle ends, it is updated automatically to next timestamp which is after 30 days.
Example: 2016-08-25T21:10:29.600Z
timeBillingCycleEnd
- the value to setpublic MountTargetSummary.Builder observedThroughput(Long observedThroughput)
Current billed throughput for mount target in Gbps. This corresponds to shape of mount target. Available shapes and corresponding throughput are listed at Mount Target Performance.
observedThroughput
- the value to setpublic MountTargetSummary.Builder requestedThroughput(Long requestedThroughput)
requestedThroughput
- the value to setpublic MountTargetSummary.Builder reservedStorageCapacity(Long reservedStorageCapacity)
reservedStorageCapacity
- the value to setpublic MountTargetSummary.Builder timeCreated(Date timeCreated)
The date and time the mount target was created, expressed in RFC 3339 timestamp format.
Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic MountTargetSummary.Builder locks(List<ResourceLock> locks)
Locks associated with this resource.
locks
- the value to setpublic MountTargetSummary.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined
name, type, or namespace. For more information, see Resource
Tags. Example:
{"Department": "Finance"}
freeformTags
- the value to setpublic MountTargetSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For
more information, see Resource
Tags. Example:
{"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic MountTargetSummary build()
public MountTargetSummary.Builder copy(MountTargetSummary model)
Copyright © 2016–2024. All rights reserved.