public interface NFDeployStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getReadyNfs()
public abstract int getReadyNfs()Output only. Total number of NFs targeted by this deployment with a Ready Condition set.
 int32 ready_nfs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| int | The readyNfs. | 
getSites(int index)
public abstract NFDeploySiteStatus getSites(int index)Output only. Per-Site Status.
 
 repeated .google.cloud.telcoautomation.v1.NFDeploySiteStatus sites = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| NFDeploySiteStatus | |
getSitesCount()
public abstract int getSitesCount()Output only. Per-Site Status.
 
 repeated .google.cloud.telcoautomation.v1.NFDeploySiteStatus sites = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getSitesList()
public abstract List<NFDeploySiteStatus> getSitesList()Output only. Per-Site Status.
 
 repeated .google.cloud.telcoautomation.v1.NFDeploySiteStatus sites = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| List<NFDeploySiteStatus> | |
getSitesOrBuilder(int index)
public abstract NFDeploySiteStatusOrBuilder getSitesOrBuilder(int index)Output only. Per-Site Status.
 
 repeated .google.cloud.telcoautomation.v1.NFDeploySiteStatus sites = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| NFDeploySiteStatusOrBuilder | |
getSitesOrBuilderList()
public abstract List<? extends NFDeploySiteStatusOrBuilder> getSitesOrBuilderList()Output only. Per-Site Status.
 
 repeated .google.cloud.telcoautomation.v1.NFDeploySiteStatus sites = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.telcoautomation.v1.NFDeploySiteStatusOrBuilder> | |
getTargetedNfs()
public abstract int getTargetedNfs()Output only. Total number of NFs targeted by this deployment
 int32 targeted_nfs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| int | The targetedNfs. |