Uses of Class
com.vmware.nsx_policy.model.PolicyTimeIntervalValue
-
Packages that use PolicyTimeIntervalValue Package Description com.vmware.nsx_policy.model -
-
Uses of PolicyTimeIntervalValue in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PolicyTimeIntervalValue Modifier and Type Method Description static PolicyTimeIntervalValue
PolicyTimeIntervalValue. _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 PolicyTimeIntervalValue
PolicyTimeIntervalValue. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PolicyTimeIntervalValue
PolicyTimeIntervalValue.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type PolicyTimeIntervalValue Modifier and Type Method Description java.util.List<PolicyTimeIntervalValue>
PolicyFirewallScheduler. getTimeInterval()
The recurring time interval in a day during which the schedule will be applicable.Method parameters in com.vmware.nsx_policy.model with type arguments of type PolicyTimeIntervalValue Modifier and Type Method Description PolicyFirewallScheduler.Builder
PolicyFirewallScheduler.Builder. setTimeInterval(java.util.List<PolicyTimeIntervalValue> timeInterval)
The recurring time interval in a day during which the schedule will be applicable.void
PolicyFirewallScheduler. setTimeInterval(java.util.List<PolicyTimeIntervalValue> timeInterval)
The recurring time interval in a day during which the schedule will be applicable.
-