public class TargetRegion extends Object
Constructor and Description |
---|
TargetRegion() |
Modifier and Type | Method and Description |
---|---|
String |
name()
Get the name of the region.
|
Integer |
regionalReplicaCount()
Get the number of replicas of the Image Version to be created per region.
|
StorageAccountType |
storageAccountType()
Get specifies the storage account type to be used to store the image.
|
TargetRegion |
withName(String name)
Set the name of the region.
|
TargetRegion |
withRegionalReplicaCount(Integer regionalReplicaCount)
Set the number of replicas of the Image Version to be created per region.
|
TargetRegion |
withStorageAccountType(StorageAccountType storageAccountType)
Set specifies the storage account type to be used to store the image.
|
public String name()
public TargetRegion withName(String name)
name
- the name value to setpublic Integer regionalReplicaCount()
public TargetRegion withRegionalReplicaCount(Integer regionalReplicaCount)
regionalReplicaCount
- the regionalReplicaCount value to setpublic StorageAccountType storageAccountType()
public TargetRegion withStorageAccountType(StorageAccountType storageAccountType)
storageAccountType
- the storageAccountType value to setCopyright © 2019. All rights reserved.