Package | Description |
---|---|
com.vmware.vcenter.content.registries |
The
com.vmware.vcenter.content.registries package provides classes and
interfaces for managing image registries in vCenter. |
Modifier and Type | Field and Description |
---|---|
static Recurrence |
Recurrence.DAILY
An operation occurs on a daily basis.
|
static Recurrence |
Recurrence.NONE
No operation is scheduled.
|
static Recurrence |
Recurrence.WEEKLY
An operation occurs on a weekly basis.
|
Modifier and Type | Method and Description |
---|---|
Recurrence |
HarborTypes.GarbageCollection.getType()
Deprecated.
|
static Recurrence |
Recurrence.valueOf(java.lang.String name)
Returns the enumeration constant for the specified name.
|
static Recurrence[] |
Recurrence.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
HarborTypes.GarbageCollection.setType(Recurrence type)
Deprecated.
|
Constructor and Description |
---|
Builder(Recurrence type)
Constructor with parameters for the required properties of
HarborTypes.GarbageCollection . |