public abstract class SharedStorageAccess extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SharedStorageAccess.UpdateSharedStorageAccess |
Constructor and Description |
---|
SharedStorageAccess() |
Modifier and Type | Method and Description |
---|---|
static SharedStorageAccess |
create(DataCenter datacenter,
String state,
String kerberosContentFile,
int needsPasswordReset,
String user_domain) |
abstract DataCenter |
datacenter() |
abstract String |
kerberosContentFile() |
abstract int |
needsPasswordReset() |
abstract String |
state() |
abstract String |
userDomain() |
@Nullable public abstract DataCenter datacenter()
public abstract String state()
public abstract String kerberosContentFile()
public abstract int needsPasswordReset()
public abstract String userDomain()
public static SharedStorageAccess create(DataCenter datacenter, String state, String kerberosContentFile, int needsPasswordReset, String user_domain)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.