| Package | Description |
|---|---|
| com.vmware.nsx_policy.model |
| Modifier and Type | Method and Description |
|---|---|
static SpanSiteInfo |
SpanSiteInfo._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static SpanSiteInfo |
SpanSiteInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
SpanSiteInfo |
SpanSiteInfo.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SpanSiteInfo> |
Span.getSites()
List of SpanSiteInfos representing the strech of the entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Span.setSites(java.util.List<SpanSiteInfo> sites)
List of SpanSiteInfos representing the strech of the entity.
|
Span.Builder |
Span.Builder.setSites(java.util.List<SpanSiteInfo> sites)
List of SpanSiteInfos representing the strech of the entity.
|