public static final class PoliciesTypes.FilterSpec.Builder
extends java.lang.Object
PoliciesTypes.FilterSpec
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
PoliciesTypes.FilterSpec . |
Modifier and Type | Method and Description |
---|---|
PoliciesTypes.FilterSpec |
build() |
PoliciesTypes.FilterSpec.Builder |
setPolicies(java.util.Set<java.lang.String> policies)
Identifiers of storage policies that can match the filter.
|
public Builder()
PoliciesTypes.FilterSpec
.public PoliciesTypes.FilterSpec.Builder setPolicies(java.util.Set<java.lang.String> policies)
null
or empty, storage policies with any identifiers match the
filter.policies
- New value for the property.
When clients pass a value of this class as a parameter, the property must
contain identifiers for the resource type: com.vmware.vcenter.StoragePolicy
. When methods return a value of this class as
a return value, the property will contain identifiers for the resource type:
com.vmware.vcenter.StoragePolicy
.public PoliciesTypes.FilterSpec build()