Interface ResourceTerraformInfoOrBuilder (0.4.0)

public interface ResourceTerraformInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAddress()

public abstract String getAddress()

TF resource address that uniquely identifies this resource within this deployment.

string address = 1;

Returns
TypeDescription
String

The address.

getAddressBytes()

public abstract ByteString getAddressBytes()

TF resource address that uniquely identifies this resource within this deployment.

string address = 1;

Returns
TypeDescription
ByteString

The bytes for address.

getId()

public abstract String getId()

ID attribute of the TF resource

string id = 3;

Returns
TypeDescription
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

ID attribute of the TF resource

string id = 3;

Returns
TypeDescription
ByteString

The bytes for id.

getType()

public abstract String getType()

TF resource type

string type = 2;

Returns
TypeDescription
String

The type.

getTypeBytes()

public abstract ByteString getTypeBytes()

TF resource type

string type = 2;

Returns
TypeDescription
ByteString

The bytes for type.