Class VSpherePermissionFluent<A extends VSpherePermissionFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.miscellaneous.cloudcredential.v1.VSpherePermissionFluent<A>
-
- Direct Known Subclasses:
VSpherePermissionBuilder,VSphereProviderSpecFluent.PermissionsNested
public class VSpherePermissionFluent<A extends VSpherePermissionFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description VSpherePermissionFluent()VSpherePermissionFluent(VSpherePermission instance)
-
Method Summary
-
-
-
Constructor Detail
-
VSpherePermissionFluent
public VSpherePermissionFluent()
-
VSpherePermissionFluent
public VSpherePermissionFluent(VSpherePermission instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(VSpherePermission instance)
-
addAllToPrivileges
public A addAllToPrivileges(Collection<String> items)
-
removeAllFromPrivileges
public A removeAllFromPrivileges(Collection<String> items)
-
getPrivilege
public String getPrivilege(int index)
-
getFirstPrivilege
public String getFirstPrivilege()
-
getLastPrivilege
public String getLastPrivilege()
-
hasPrivileges
public boolean hasPrivileges()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends VSpherePermissionFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends VSpherePermissionFluent<A>>
-
-